Skip to content

Commit

Permalink
Merge pull request #321 from jacobwolfaws/master
Browse files Browse the repository at this point in the history
Add region for controller to helm chart
  • Loading branch information
k8s-ci-robot committed May 30, 2023
2 parents df9352b + 51dd261 commit ec09096
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ spec:
name: aws-secret
key: access_key
optional: true
{{- with .Values.controller.region }}
- name: AWS_REGION
value: {{ . }}
{{- end }}
volumeMounts:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
Expand Down
5 changes: 5 additions & 0 deletions charts/aws-fsx-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ controller:
annotations: {}
logLevel: 2
podAnnotations: {}
# AWS region to use. If not specified then the region will be looked up via the AWS EC2 metadata
# service.
# ---
# region: us-east-1
region:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand Down

0 comments on commit ec09096

Please sign in to comment.