From 389170bc6ffc5c16d690a213e9d8d72bbee37d89 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Jun 2025 12:19:16 +0300 Subject: [PATCH] Fix templates --- argocd-apps/app-1.yaml | 2 +- argocd-apps/app-2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd-apps/app-1.yaml b/argocd-apps/app-1.yaml index f411bab..73b7cb9 100644 --- a/argocd-apps/app-1.yaml +++ b/argocd-apps/app-1.yaml @@ -18,4 +18,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true \ No newline at end of file diff --git a/argocd-apps/app-2.yaml b/argocd-apps/app-2.yaml index 267b5f6..ac17769 100644 --- a/argocd-apps/app-2.yaml +++ b/argocd-apps/app-2.yaml @@ -18,4 +18,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true \ No newline at end of file