From 519a1580c51e978137c44e48b895093a970bb147 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 12:31:21 +0100 Subject: [PATCH] rm blog --- apps/templates/ghost-blog-folder.yaml | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/templates/ghost-blog-folder.yaml b/apps/templates/ghost-blog-folder.yaml index e953dac..2de4e9b 100644 --- a/apps/templates/ghost-blog-folder.yaml +++ b/apps/templates/ghost-blog-folder.yaml @@ -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