infra/argocd-apps/oidc-bootstraps.yaml
2025-06-01 17:09:02 +03:00

24 lines
520 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: oidc-bootstrap
namespace: argocd
spec:
project: infra
source:
repoURL: https://git.dvirlabs.com/dvirlabs/infra.git
targetRevision: HEAD
path: manifests/oidc-bootstrap/minio
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true