You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
aws-efs-csi-driver/charts/aws-efs-csi-driver/templates/controller-deployment.yaml
Line 9 in e002150
/feature
Describe the solution you'd like in detail
Add additionalLabels: {} to node-daemonset the same way as it added to controller-deployment.
The text was updated successfully, but these errors were encountered: