We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 645e703 + 661b9a1 commit 68d225aCopy full SHA for 68d225a
charts/aws-efs-csi-driver/templates/node-daemonset.yaml
@@ -5,6 +5,9 @@ metadata:
5
name: efs-csi-node
6
labels:
7
app.kubernetes.io/name: {{ include "aws-efs-csi-driver.name" . }}
8
+ {{- with .Values.node.additionalLabels }}
9
+ {{ toYaml . | nindent 4 }}
10
+ {{- end }}
11
spec:
12
selector:
13
matchLabels:
charts/aws-efs-csi-driver/values.yaml
@@ -144,6 +144,7 @@ node:
144
# - 169.254.169.253
145
podLabels: {}
146
podAnnotations: {}
147
+ additionalLabels: {}
148
resources:
149
{}
150
# limits:
0 commit comments