From 0bd3f0cb63b301ea826eeefc59f5cb9b214306bc Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sun, 8 Feb 2026 23:46:33 +0100 Subject: [PATCH] folder --- argocd/_app-of-apps.yaml | 2 +- argocd/{apps => }/prometheus.yaml | 0 argocd/{apps => }/sealedsecrets.yaml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename argocd/{apps => }/prometheus.yaml (100%) rename argocd/{apps => }/sealedsecrets.yaml (100%) diff --git a/argocd/_app-of-apps.yaml b/argocd/_app-of-apps.yaml index eb1273b..2ed76d3 100644 --- a/argocd/_app-of-apps.yaml +++ b/argocd/_app-of-apps.yaml @@ -9,7 +9,7 @@ spec: project: default source: repoURL: https://github.com/snothub/sturdy-adventure.git - path: argocd/apps + path: argocd destination: server: https://kubernetes.default.svc namespace: infra diff --git a/argocd/apps/prometheus.yaml b/argocd/prometheus.yaml similarity index 100% rename from argocd/apps/prometheus.yaml rename to argocd/prometheus.yaml diff --git a/argocd/apps/sealedsecrets.yaml b/argocd/sealedsecrets.yaml similarity index 100% rename from argocd/apps/sealedsecrets.yaml rename to argocd/sealedsecrets.yaml