Skip to content

Commit

Permalink
check if we still need hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Aug 5, 2024
1 parent ede0287 commit 922a0f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/scripts/list-helm-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ while IFS= read -r chart; do
echo "Running helm template on chart ${chart}" >&2
# The image values are left as-is
helm template --debug "$chart" \
--set secrets.zrestSecret=emptyString \
--set secrets.zrestSecrets={} \
--set federate.dtls.tls.key=emptyString \
--set federate.dtls.tls.crt=emptyString \
$( [[ -f ./values/$(basename $chart)/prod-values.example.yaml ]] && echo "-f ./values/$(basename $chart)/prod-values.example.yaml" ) \
$( [[ -f ./values/$(basename $chart)/prod-secrets.example.yaml ]] && echo "-f ./values/$(basename $chart)/prod-secrets.example.yaml" ) \
| yq -r '..|.image? | select(.)' | optionally_complain | sort -u
Expand Down

0 comments on commit 922a0f0

Please sign in to comment.