fix appset
This commit is contained in:
@@ -4,6 +4,8 @@ kind: ApplicationSet
|
|||||||
metadata:
|
metadata:
|
||||||
name: external-secrets
|
name: external-secrets
|
||||||
namespace: openshift-gitops
|
namespace: openshift-gitops
|
||||||
|
# annotations:
|
||||||
|
# argocd.argoproj.io/sync-wave: "1"
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
@@ -15,7 +17,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
name: '{{.name}}-external-secrets'
|
name: '{{.name}}-external-secrets'
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
name: '{{.name}}-openshift-lightspeed'
|
name: '{{.name}}-openshift-lightspeed'
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "2"
|
argocd.argoproj.io/sync-wave: "2"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|||||||
Reference in New Issue
Block a user