Files
k8scd/apps/templates/ghost-blog-folder.yaml
T
Ruben Hensen 519a1580c5 rm blog
2025-03-26 12:31:21 +01:00

22 lines
512 B
YAML

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