Skip to content

Commit f09af76

Browse files
authored
default value for the node region
1 parent 8513167 commit f09af76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/aws-fsx-csi-driver/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ node:
8888
name: fsx-csi-node-sa
8989
annotations: {}
9090
podAnnotations: {}
91+
# AWS region to use. If not specified then the region will be looked up via the AWS EC2 metadata
92+
# service.
93+
# ---
94+
# region: us-east-1
95+
region:
9196
tolerateAllTaints: true
9297
tolerations:
9398
- operator: Exists

0 commit comments

Comments
 (0)