Skip to content

Commit

Permalink
Merge pull request #1394 from omerap12/issue_1388
Browse files Browse the repository at this point in the history
Add additionalLabels to node-daemonset
  • Loading branch information
k8s-ci-robot committed Jun 30, 2024
2 parents 645e703 + 661b9a1 commit 68d225a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/aws-efs-csi-driver/templates/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
name: efs-csi-node
labels:
app.kubernetes.io/name: {{ include "aws-efs-csi-driver.name" . }}
{{- with .Values.node.additionalLabels }}
{{ toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
matchLabels:
Expand Down
1 change: 1 addition & 0 deletions charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ node:
# - 169.254.169.253
podLabels: {}
podAnnotations: {}
additionalLabels: {}
resources:
{}
# limits:
Expand Down

0 comments on commit 68d225a

Please sign in to comment.