Skip to content

Commit

Permalink
Make gh tenants-config argo sync manual (#4146)
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 authored Jul 24, 2024
1 parent 5d0571c commit 49e73e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,3 @@ spec:
destination:
namespace: '{{path.basename}}'
name: '{{path[2]}}'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 10
backoff:
duration: 10s
factor: 2
maxDuration: 3m
13 changes: 0 additions & 13 deletions argo-cd-apps/base/tenants-config/tenants-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,3 @@ spec:
jsonPointers:
- /metadata/labels/release.appstudio.openshift.io~1author
- /metadata/labels/release.appstudio.openshift.io~1standing-attribution
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- RespectIgnoreDifferences=true
retry:
limit: 10
backoff:
duration: 10s
factor: 2
maxDuration: 3m

0 comments on commit 49e73e3

Please sign in to comment.