This commit is contained in:
Ruben Hensen
2025-03-26 12:31:21 +01:00
parent 51959e0b19
commit 519a1580c5
+21 -21
View File
@@ -1,21 +1,21 @@
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
# 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