This commit is contained in:
2025-05-16 11:24:47 -05:00
parent daa71d4f32
commit 747c05da72
5 changed files with 5 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ resources:
- subscription.yaml
- operatorconfig.yaml
# Deploy cluster resources
- doppler-token.yaml
- cluster-secret-store.yaml

View File

@@ -1,38 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets
namespace: openshift-gitops
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
destination:
name: in-cluster
namespace: openshift-operators
project: default
source:
#path: cluster/external-secrets
path: cluster/external-secrets/overlays/hub
repoURL: https://github.com/rblundon/homelab.git
targetRevision: HEAD
#helm:
# valueFiles:
# - values-hub.yaml
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- RespectIgnoreDifferences=true
- CreateNamespace=true
managedNamespaceMetadata:
labels:
argocd.argoproj.io/managed-by: openshift-gitops
# ignoreDifferences:
# - group: apps
# kind: Deployment
# jsonPointers:
# - /spec/replicas