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