Skip to content

Commit

Permalink
remove account-id from helm values and deployment (#220)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryansteakley authored Oct 8, 2021
1 parent 385779a commit 4b30ff5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions templates/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: AWS_ACCOUNT_ID
value: {{ .Values.aws.account_id | quote }}
- name: AWS_REGION
value: {{ .Values.aws.region }}
- name: AWS_ENDPOINT_URL
Expand Down
1 change: 0 additions & 1 deletion templates/helm/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ resources:
aws:
# If specified, use the AWS region for AWS API calls
region: ""
account_id: ""
endpoint_url: ""

# log level for the controller
Expand Down

0 comments on commit 4b30ff5

Please sign in to comment.