Files
k8scd/apps/templates/whisper-priv-folder.yaml
T
2025-04-26 13:42:00 +02:00

22 lines
472 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whisper
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: whishper-priv
destination:
server: https://kubernetes.default.svc
namespace: whisper-priv
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true