Skip to content

Commit

Permalink
fix(base-cluster/flux): kustomization path templating (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Apr 25, 2024
1 parent 151257f commit 6c5d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/ci/flux-gitrepositories-gen-values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail

i=0
for url in 'url="https://github.com"' 'url="ssh://[email protected]/group/name.git"'; do
for path in 'path="prod"' 'path="{{ .global.clusterName }}"' ''; do
for path in 'path="prod"' 'path="{{ .Values.global.clusterName }}"' ''; do
for extra in 'branch="main"' 'commit="549aee1"' 'semver="1.0.0"' 'tag="2.0.1"' ''; do
for decr in 'decryption={provider:"sops"}' ''; do
for auth in 'username="user" | .password="pass"' ''; do
Expand Down

0 comments on commit 6c5d844

Please sign in to comment.