File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/aws-fsx-csi-driver/templates Expand file tree Collapse file tree 2 files changed +4
-4
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
- {{- with .Values.controller.podLabels }}
23
- {{- toYaml . | nindent 8 }}
22
+ {{- if .Values.controller.podLabels }}
23
+ {{- toYaml .Values.controller.podLabels | nindent 8 }}
24
24
{{- end }}
25
25
spec :
26
26
{{- if .Values.imagePullSecrets }}
Original file line number Diff line number Diff line change 18
18
labels :
19
19
app : fsx-csi-node
20
20
{{- include "aws-fsx-csi-driver.labels" . | nindent 8 }}
21
- {{- with .Values.node.podLabels }}
22
- {{- toYaml . | nindent 8 }}
21
+ {{- if .Values.node.podLabels }}
22
+ {{- toYaml .Values.node.podLabels | nindent 8 }}
23
23
{{- end }}
24
24
spec :
25
25
{{- if .Values.imagePullSecrets }}
You can’t perform that action at this time.
0 commit comments