uninstall ESO, but add sync waves

This commit is contained in:
2025-05-12 21:46:06 -05:00
parent 5a556234f7
commit 6100e7e290
6 changed files with 11 additions and 8 deletions

View File

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

View File

@@ -3,6 +3,7 @@ apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/tracking-id: 'external-secrets:/Namespace:openshift-operators/external-secrets'
name: external-secrets

View File

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

View File

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