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
This annotation is automatically added by GKE. Since we use Gitops and the annotation doesn't exist, Argo CD sees the resource as being perpetually out of sync.
Another use case would be to add appropriate Workload Identity annotations to a SA.
Proposed solution
While the capability to add annotations to all resources currently exists through .Values.scim.annotations, the chart should allow annotations on each individual k8s resource (e.g., Service, Deployment, etc.).
Summary
We need the capability to individually annotate the
Service
resource.Use cases
In our particular use case, we need to provide the following annotation on the
Service
resource:This annotation is automatically added by GKE. Since we use Gitops and the annotation doesn't exist, Argo CD sees the resource as being perpetually out of sync.
Another use case would be to add appropriate Workload Identity annotations to a SA.
Proposed solution
While the capability to add annotations to all resources currently exists through
.Values.scim.annotations
, the chart should allow annotations on each individual k8s resource (e.g.,Service
,Deployment
, etc.).Is there a workaround to accomplish this today?
No, not without using
kustomize
.References and prior work
For example, https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml allows annotations on individual resources.
The text was updated successfully, but these errors were encountered: