Closed guanchzhou closed 4 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.
/assign
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.