From f421c14ad3a4d0e38911fb310559c2081c045fdf Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 30 May 2025 16:02:34 +0300 Subject: [PATCH] Popping stash --- .../example-app}/application.yaml | 0 .../json-echo}/application.yaml | 0 root-set.yaml | 56 ------------------- 3 files changed, 56 deletions(-) rename {example-app => apps/example-app}/application.yaml (100%) rename {json-echo => apps/json-echo}/application.yaml (100%) delete mode 100644 root-set.yaml diff --git a/example-app/application.yaml b/apps/example-app/application.yaml similarity index 100% rename from example-app/application.yaml rename to apps/example-app/application.yaml diff --git a/json-echo/application.yaml b/apps/json-echo/application.yaml similarity index 100% rename from json-echo/application.yaml rename to apps/json-echo/application.yaml diff --git a/root-set.yaml b/root-set.yaml deleted file mode 100644 index 5fd88a5..0000000 --- a/root-set.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: root-app - namespace: argocd -spec: - project: default - source: - repoURL: https://git.konsthol.eu/konsthol/argocdapps - path: . - targetRevision: HEAD - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: example-app - namespace: argocd -spec: - project: default - source: - repoURL: https://git.konsthol.eu/konsthol/argocdapps - path: example-app - targetRevision: HEAD - destination: - server: https://kubernetes.default.svc - namespace: example-app - syncPolicy: - automated: - prune: true - selfHeal: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: json-echo - namespace: argocd -spec: - project: default - source: - repoURL: https://git.konsthol.eu/konsthol/argocdapps - path: json-echo - targetRevision: HEAD - destination: - server: https://kubernetes.default.svc - namespace: json-echo - syncPolicy: - automated: - prune: true - selfHeal: true