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
The Helm chart does not support adding annotations to the configmaps created. Add the option to put annotations on the configmaps.
In my use case, I'm scanning the Kubernetes manifests using Checkov and need to add annotations to skip specific checks. I'm sure there are other use cases.
The text was updated successfully, but these errors were encountered:
@stevehipwell You mentioned in the PR that applying the annotations across all configmaps may not be what we want. The dashboard CM is separate from the other CMs. I'd be open to implementing it different. But, in my use case I just need to add a specific skip flag for a test suite to ignore a rule on CMs. Let me know if you have an alternative. We can always update it in the future if needed.
Boojapho
changed the title
Add optional annotations for configmaps in Helm charts
Add optional annotations for configmaps in Fluentd chart
May 23, 2023
I narrowed the scope as I only need the fluentd chart updated. I split the annotations into one for dashboards (similar to the fluent-bit chart) and one for configs (to cover fileConfigs and configMapConfigs).
The Helm chart does not support adding annotations to the configmaps created. Add the option to put annotations on the configmaps.
In my use case, I'm scanning the Kubernetes manifests using Checkov and need to add annotations to skip specific checks. I'm sure there are other use cases.
The text was updated successfully, but these errors were encountered: