File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99 # Get cached test image
1010 - aws ecr get-login-password --region $CLUSTER_REGION | docker login --username AWS --password-stdin $ECR_CACHE_URI || true
11- # - docker pull ${ECR_CACHE_URI}:latest --quiet || true
11+ - docker pull ${ECR_CACHE_URI}:latest --quiet || true
1212
1313 # Build test image
1414 - >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function install_helm_chart() {
88 local region=" $3 "
99 local namespace=" $4 "
1010
11- yq eval ' .serviceAccount.annotations = ""' -i helm/values.yaml
11+ # yq eval '.serviceAccount.annotations = ""' -i helm/values.yaml
1212 yq eval " .serviceAccount.annotations.\" eks.amazonaws.com\" = \" $oidc_role_arn \" " -i helm/values.yaml
1313 yq eval " .aws.region = \" $region \" " -i helm/values.yaml
1414 yq eval ' .log.level = "debug"' -i helm/values.yaml
You can’t perform that action at this time.
0 commit comments