1# Default values for helm.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6 repository: chainreg.biz/chainguard-private/aws-fsx-csi-driver
7 tag: latest@sha256:b987bb3d776eb6c3db0a5643e6df7976febd3431797511667d6badc8a381d49f
8 pullPolicy: IfNotPresent
10 fsGroupPolicy: ReadWriteOnceWithFSType
14 repository: chainreg.biz/chainguard-private/kubernetes-csi-livenessprobe
15 tag: latest@sha256:272edd9636b82a7f67663bf2b267bb2f86cd3e80089f6708912cc50de6f4a0b2
16 pullPolicy: IfNotPresent
24 readOnlyRootFilesystem: true
25 allowPrivilegeEscalation: false
28 repository: chainreg.biz/chainguard-private/kubernetes-csi-node-driver-registrar
29 tag: latest@sha256:9c1f5c63c567d51f89f937852d4a115b7c1bcb8ffda82c83959e376e89970cc4
30 pullPolicy: IfNotPresent
39 readOnlyRootFilesystem: true
40 allowPrivilegeEscalation: false
43 repository: chainreg.biz/chainguard-private/kubernetes-csi-external-provisioner
44 tag: latest@sha256:aab21cf012999e2f7c99ac6a89160751de38252c50e1f55e79be9a3e99c6339c
45 pullPolicy: IfNotPresent
54 readOnlyRootFilesystem: true
55 allowPrivilegeEscalation: false
58 repository: chainreg.biz/chainguard-private/kubernetes-csi-external-resizer
59 tag: latest@sha256:0f37aea05e4566a14fdc629bb7cb9bfe7adbfb180b07fe2a2f382c3c9a7893f1
60 pullPolicy: IfNotPresent
69 readOnlyRootFilesystem: true
70 allowPrivilegeEscalation: false
76 #If you do want to specify resources, uncomment the following lines, adjust them as necessary
84 # Specifies whether a service account should be created
86 ## Enable if EKS IAM for SA is used
87 # eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/fsx-csi-role
88 name: fsx-csi-controller-sa
92 # AWS region to use. If not specified then the region will be looked up via the AWS EC2 metadata
98 - key: CriticalAddonsOnly
102 tolerationSeconds: 300
103 # Specify the timeout of all calls to the CSI driver.
105 # securityContext on the controller pod
111 # securityContext on the controller container
112 # Setting privileged=false will cause the "delete-access-point-root-dir" controller option to fail
113 containerSecurityContext:
115 leaderElectionRenewDeadline: 10s
116 leaderElectionLeaseDuration: 15s
119 preferredDuringSchedulingIgnoredDuringExecution:
123 - key: eks.amazonaws.com/compute-type
128 # topologySpreadConstraints:
130 # topologyKey: topology.kubernetes.io/zone
131 # whenUnsatisfiable: ScheduleAnyway
133 # topologyKey: kubernetes.io/hostname
134 # whenUnsatisfiable: ScheduleAnyway
135 topologySpreadConstraints: []
137 # Warning: Disabling PodDisruptionBudget may lead to delays in stateful workloads starting due to controller
138 # pod restarts or evictions.
140 # Extra tags to attach to each dynamically provisioned file system.
152 #If you do want to specify resources, uncomment the following lines, adjust them as necessary,
159 dnsPolicy: ClusterFirst
161 # Example config which uses the AWS nameservers
167 # Specifies whether a service account should be created
169 ## Enable if EKS IAM for SA is used
170 # eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/fsx-csi-role
171 name: fsx-csi-node-sa
174 # securityContext on the node pod
176 # The node pod must be run as root to bind to the registration/driver sockets
185 tolerateAllTaints: true
189 tolerationSeconds: 300
192 requiredDuringSchedulingIgnoredDuringExecution:
195 - key: eks.amazonaws.com/compute-type
203nodeComponentOnly: false
204# nodeComponentOnly: true
205# Only deploys the node DaemonSet, Skips controller deployment
206# nodeComponentOnly: false (default)
207# Deploys both controller and node components, normal full deployment