Skip to content

Commit

Permalink
Merge pull request #5 from appuio/fix/secret-ref
Browse files Browse the repository at this point in the history
Fix secret reference in tests/defaults.yml
  • Loading branch information
simu authored Apr 6, 2022
2 parents f5246e7 + 0b50811 commit 8eaf3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
parameters:
openshift4_config:
globalPullSecret: ?{vaultkv:${customer:name}/${cluster:name}/openshift4-config/dockercfg}
globalPullSecret: ?{vaultkv:${cluster:tenant}/${cluster:name}/openshift4-config/dockercfg}

0 comments on commit 8eaf3f0

Please sign in to comment.