Files
homelab/cluster/external-secrets.yaml
2025-04-21 23:42:09 -05:00

37 lines
867 B
YAML

---
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: external-secrets
project: default
source:
path: cluster/external-secrets/overlays/in-cluster
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