Skip to content

Commit 4b30ff5

Browse files
authored
remove account-id from helm values and deployment (#220)
Description of changes: Removing `account-id` from helm files as they no longer supported in the latest runtime By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 385779a commit 4b30ff5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

templates/helm/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ spec:
6161
valueFrom:
6262
fieldRef:
6363
fieldPath: metadata.namespace
64-
- name: AWS_ACCOUNT_ID
65-
value: {{ .Values.aws.account_id | quote }}
6664
- name: AWS_REGION
6765
value: {{ .Values.aws.region }}
6866
- name: AWS_ENDPOINT_URL

templates/helm/values.yaml.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ resources:
3838
aws:
3939
# If specified, use the AWS region for AWS API calls
4040
region: ""
41-
account_id: ""
4241
endpoint_url: ""
4342

4443
# log level for the controller

0 commit comments

Comments
 (0)