Skip to content

Commit a615d2a

Browse files
authored
fix: correct ReleasePlan ignoreDifferences (#4052)
- This will prevent Argo from constantly trying to Sync since the Release Service wants to update that value Signed-off-by: Scott Hebert <scoheb@gmail.com>
1 parent 5198256 commit a615d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

argo-cd-apps/base/tenants-config/tenants-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ spec:
3232
- group: appstudio.redhat.com
3333
kind: ReleasePlan
3434
jsonPointers:
35-
- /metadata/labels/release.appstudio.openshift.io~author
36-
- /metadata/labels/release.appstudio.openshift.io~standing-attribution
35+
- /metadata/labels/release.appstudio.openshift.io~1author
36+
- /metadata/labels/release.appstudio.openshift.io~1standing-attribution
3737
syncPolicy:
3838
automated:
3939
prune: true

0 commit comments

Comments
 (0)