Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
When adding annotations to the aclAnnotations these annotations do not get added to the job annotations.
Reproduction Steps
you can use this as your values file to reproduce.
global:
acls:
manageSystemACLs: true
aclAnnotations:
"argocd.argoproj.io/ignore-resource-updates": "true"
Logs
Expected behavior
Environment details
Additional Context
not added to this.
This makes it impossible for us to set argocd to not diff against this, as we cant set the annotation there. This resource will always show up as missing in argocd due to it being deleted after succesfully running.
Community Note
Overview of the Issue
When adding annotations to the
aclAnnotationsthese annotations do not get added to the job annotations.Reproduction Steps
you can use this as your values file to reproduce.
Logs
Expected behavior
Environment details
Additional Context
consul-k8s/charts/consul/templates/server-acl-init-job.yaml
Line 52 in 6dbb5a0
not added to this.
This makes it impossible for us to set argocd to not diff against this, as we cant set the annotation there. This resource will always show up as missing in argocd due to it being deleted after succesfully running.