File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
charts/aws-efs-csi-driver Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ kind: CSIDriver
3
3
metadata :
4
4
name : efs.csi.aws.com
5
5
annotations :
6
+ {{- if .Values.useHelmHooksForCSIDriver }}
6
7
" helm.sh/hook " : pre-install, pre-upgrade
7
8
" helm.sh/hook-delete-policy " : before-hook-creation
9
+ {{- end }}
8
10
" helm.sh/resource-policy " : keep
9
11
spec :
10
12
attachRequired : false
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ controller:
114
114
leaderElectionRenewDeadline : 10s
115
115
leaderElectionLeaseDuration : 15s
116
116
117
-
118
117
# # Node daemonset variables
119
118
120
119
node :
@@ -154,7 +153,8 @@ node:
154
153
# cpu: 100m
155
154
# memory: 128Mi
156
155
nodeSelector : {}
157
- updateStrategy : {}
156
+ updateStrategy :
157
+ {}
158
158
# Override default strategy (RollingUpdate) to speed up deployment.
159
159
# This can be useful if helm timeouts are observed.
160
160
# type: OnDelete
@@ -208,3 +208,6 @@ storageClasses: []
208
208
# ensureUniqueDirectory: true
209
209
# reclaimPolicy: Delete
210
210
# volumeBindingMode: Immediate
211
+
212
+ # Specifies wether to use helm hooks to apply the CSI driver
213
+ useHelmHooksForCSIDriver : true
You can’t perform that action at this time.
0 commit comments