enable oidc support for argocd

This commit is contained in:
Ubuntu
2026-01-12 19:38:18 +00:00
parent 8023a0232c
commit 36efafb2aa
3 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-config
namespace: argocd
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: apps/argocd-config
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: false # Safety: Don't delete ArgoCD resources not managed by this app
selfHeal: true