Skip to content

Commit

Permalink
review: set namespace & service
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner committed May 12, 2023
1 parent 521ab89 commit 6b53c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--create-namespace \
--atomic
- name: Install sealed-secrets-web with yaml format
run: ./testdata/e2e/installSealedSecretsWebChart.sh yaml ""
run: ./testdata/e2e/installSealedSecretsWebChart.sh yaml "" "sealed-secrets" "sealed-secrets"

- name: Install sealed-secrets-web with json format and cert URL
run: |
Expand Down
2 changes: 2 additions & 0 deletions testdata/e2e/installSealedSecretsWebChart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ helm upgrade --install sealed-secrets-web chart \
-f testdata/e2e/e2e-values.yaml \
--set format=${1} \
--set sealedSecrets.certURL=${2} \
--set sealedSecrets.namespace=${3} \
--set sealedSecrets.serviceName=${4} \
--atomic

echo "Wait for service to respond"
Expand Down

0 comments on commit 6b53c47

Please sign in to comment.