Skip to content

Commit a73b560

Browse files
committed
Update tracked label
It seems openstack-operator is overriding the default label used by ArgoCD to track its applications, leading to issues with the synchronization status, application showing "out-of-sync" due to the label override. Reference: OSPRH-17457
1 parent 2874be2 commit a73b560

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

base/initialize/gitops/enable/argocd-openshift-gitops.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
cpu: 250m
3131
memory: 1Gi
3232
sharding: {}
33+
extraConfig:
34+
application.instanceLabelKey: argocd.argoproj.io/instance
3335
grafana:
3436
enabled: false
3537
ingress:

0 commit comments

Comments
 (0)