Skip to content

Commit

Permalink
add values for restund
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Aug 5, 2024
1 parent 70b4aeb commit a7dbb15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/scripts/list-helm-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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 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
4 changes: 4 additions & 0 deletions values/restund/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
secrets:
zrestSecrets:
- ""
zrestSecret: ""

0 comments on commit a7dbb15

Please sign in to comment.