infra/argocd-apps/oidc-bootstraps-infra.yaml
2026-03-18 07:28:04 +02:00

21 lines
540 B
YAML

# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: oidc-bootstrap-infra
# namespace: argocd
# spec:
# project: infra
# source:
# repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git
# targetRevision: HEAD
# path: manifests/oidc-bootstrap/minio
# directory:
# recurse: true
# destination:
# server: https://kubernetes.default.svc
# namespace: infra
# syncPolicy:
# syncOptions:
# - CreateNamespace=true
# - ApplyOutOfSyncOnly=true