File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
charts/aws-fsx-csi-driver Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 19
19
labels :
20
20
app : fsx-csi-controller
21
21
{{- include "aws-fsx-csi-driver.labels" . | nindent 8 }}
22
+ {{- if .Values.controller.podLabels }}
23
+ {{- toYaml .Values.controller.podLabels | nindent 8 }}
24
+ {{- end }}
22
25
spec :
23
26
{{- if .Values.imagePullSecrets }}
24
27
imagePullSecrets :
Original file line number Diff line number Diff line change 22
22
labels :
23
23
app : fsx-csi-node
24
24
{{- include "aws-fsx-csi-driver.labels" . | nindent 8 }}
25
+ {{- if .Values.node.podLabels }}
26
+ {{- toYaml .Values.node.podLabels | nindent 8 }}
27
+ {{- end }}
25
28
spec :
26
29
{{- if .Values.imagePullSecrets }}
27
30
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ controller:
126
126
values :
127
127
- fargate
128
128
- hybrid
129
+ podLabels : {}
129
130
# topologySpreadConstraints:
130
131
# - maxSkew: 1
131
132
# topologyKey: topology.kubernetes.io/zone
@@ -200,6 +201,7 @@ node:
200
201
values :
201
202
- fargate
202
203
- hybrid
204
+ podLabels : {}
203
205
204
206
nameOverride : " "
205
207
fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments