Files
k8scd/apps/templates/ghost-blog-folder.yaml
T
2025-03-26 12:16:38 +01:00

22 lines
465 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
destination:
server: https://kubernetes.default.svc
namespace: ghost-blog
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true