Skip to content

Commit

Permalink
Fix: testing if sealed secret needs to be in same namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo310 committed Oct 9, 2022
1 parent 8275ed8 commit 2566411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/create_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function create_digitalocean_inlets_secret() {
yq --arg token "$DO_INLETS_TOKEN" '.stringData."inlets-access-key" = $token' > \
${TMP_FOLDER}/inlets-access-secret.yaml

${TOP_LEVEL_DIR}/tooling/utils/seal-secret.sh -cn sealed-secrets \
${TOP_LEVEL_DIR}/tooling/utils/seal-secret.sh -cn inlets \
-sf ${TMP_FOLDER}/inlets-access-secret.yaml \
-o ${TOP_LEVEL_DIR}/applications/inlets/helm-patches/inlets-access-secret.yaml
fi
Expand Down

0 comments on commit 2566411

Please sign in to comment.