We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8c1aa commit 98d01ccCopy full SHA for 98d01cc
test/canary/scripts/install_controller_helm.sh
@@ -9,8 +9,8 @@ function install_helm_chart() {
9
local namespace="$4"
10
11
yq eval '.serviceAccount.annotations = {}' -i helm/values.yaml
12
- yq eval ".serviceAccount.annotations.\"eks.amazonaws.com\" = \"$oidc_role_arn\"" -i helm/values.yaml
13
- yq eval ".aws.region = \"$region\"" -i helm/values.yaml
+ yq eval ".serviceAccount.annotations.\"eks.amazonaws.com\" = $oidc_role_arn" -i helm/values.yaml
+ yq eval ".aws.region = $region" -i helm/values.yaml
14
yq eval '.log.level = "debug"' -i helm/values.yaml
15
yq eval '.log.enable_development_logging = true' -i helm/values.yaml
16
# yq w -i helm/values.yaml "serviceAccount.annotations" ""
0 commit comments