kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
723 stars 554 forks source link

node-daemonset.yaml lacks additionLabels #1388

Closed guanchzhou closed 4 months ago

guanchzhou commented 5 months ago

Is your feature request related to a problem?/Why is this needed We have Kyverno policy in place and it checks both .metadata.labels and .spec.template.metadata.labels.

Current charts/aws-efs-csi-driver/templates/node-daemonset.yaml lacks additionalLabels: {} while charts/aws-efs-csi-driver/templates/controller-deployment.yaml has it at https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/e002150e7fc0a6b8448c0813cf4da0295a720af0/charts/aws-efs-csi-driver/templates/controller-deployment.yaml#L9

/feature

Describe the solution you'd like in detail Add additionalLabels: {} to node-daemonset the same way as it added to controller-deployment.

omerap12 commented 4 months ago

/assign