mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-05-22 01:03:29 +00:00
🚦 Add release namespace and target namespaces to PR diff action test values
This commit is contained in:
2
.github/workflows/pr_diff.yaml
vendored
2
.github/workflows/pr_diff.yaml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
id: diff
|
||||
run: |
|
||||
OPTIONS=(
|
||||
--namespace meta-namespace
|
||||
--set serviceAccount.create=true
|
||||
--set priorityClassName=high
|
||||
--set podAnnotations.test=annotation
|
||||
@@ -27,6 +28,7 @@ jobs:
|
||||
--set secrets.htpasswd=abc
|
||||
--set tlsSecretName=abc
|
||||
--set garbageCollect.enabled=true
|
||||
--set namespace=target-namespace
|
||||
--set proxy.enabled=true
|
||||
--set storage=s3
|
||||
--set secrets.s3.secretKey=abc
|
||||
|
||||
Reference in New Issue
Block a user