added sync waves to ESO

This commit is contained in:
2025-07-27 16:36:01 -05:00
parent f807f47642
commit 06b28b1297
5 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ spec:
targetRevision: HEAD
path: cluster/external-secrets/overlays/{{.name}}
destination:
# server: '{{.url}}'
name: '{{.name}}'
namespace: openshift-operators
syncPolicy:

View File

@@ -2,6 +2,8 @@ apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: doppler-cluster
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
provider:
doppler:

View File

@@ -4,6 +4,7 @@ kind: Namespace
metadata:
annotations:
argocd.argoproj.io/tracking-id: 'external-secrets:/Namespace:openshift-operators/external-secrets'
argocd.argoproj.io/sync-wave: "1"
name: external-secrets
labels:
argocd.argoproj.io/managed-by: openshift-gitops-operator

View File

@@ -2,6 +2,8 @@ apiVersion: operator.external-secrets.io/v1alpha1
kind: OperatorConfig
metadata:
name: cluster
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
prometheus:
enabled: true

View File

@@ -4,6 +4,8 @@ kind: Subscription
metadata:
labels:
operators.coreos.com/external-secrets-operator.openshift-operators: ''
annotations:
argocd.argoproj.io/sync-wave: "2"
name: external-secrets-operator
namespace: openshift-operators
spec: