Skip to content

Commit

Permalink
Merge pull request #2928 from uselagoon/helmargs_setx
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Nov 24, 2021
2 parents 56557f8 + 6bccdcc commit 643404c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,13 @@ declare -A IMAGES_PULL
declare -A IMAGES_BUILD
declare -A IMAGE_HASHES


set +x
HELM_ARGUMENTS=()
. /kubectl-build-deploy/scripts/kubectl-get-cluster-capabilities.sh
for CAPABILITIES in "${CAPABILITIES[@]}"; do
HELM_ARGUMENTS+=(-a "${CAPABILITIES}")
done
set -x

# Implement global default values for backup retention periods
if [ -z "$MONTHLY_BACKUP_DEFAULT_RETENTION" ]
Expand Down

0 comments on commit 643404c

Please sign in to comment.