Skip to content

Commit b004283

Browse files
committed
remove annotations
1 parent 7434cc6 commit b004283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/canary/canary.buildspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phases:
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
- >

test/canary/scripts/install_controller_helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)