From 5c5038e11f3df4597d66d98ff7da8284a5da8460 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 28 Sep 2022 15:28:52 +0000 Subject: [PATCH] Update argocd/argocd/apps.yaml, argocd/longhorn-system/Chart.yaml, argocd/longhorn-system/values.yaml --- argocd/argocd/apps.yaml | 6 +++--- argocd/{longhorn => longhorn-system}/Chart.yaml | 0 argocd/{longhorn => longhorn-system}/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename argocd/{longhorn => longhorn-system}/Chart.yaml (100%) rename argocd/{longhorn => longhorn-system}/values.yaml (99%) diff --git a/argocd/argocd/apps.yaml b/argocd/argocd/apps.yaml index 597051c..73c68b6 100644 --- a/argocd/argocd/apps.yaml +++ b/argocd/argocd/apps.yaml @@ -49,19 +49,19 @@ spec: apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: longhorn + name: longhorn-system namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/linode.git targetRevision: main - path: argocd/longhorn + path: argocd/longhorn-system directory: recurse: true destination: server: https://kubernetes.default.svc - namespace: longhorn + namespace: longhorn-system syncPolicy: automated: prune: true diff --git a/argocd/longhorn/Chart.yaml b/argocd/longhorn-system/Chart.yaml similarity index 100% rename from argocd/longhorn/Chart.yaml rename to argocd/longhorn-system/Chart.yaml diff --git a/argocd/longhorn/values.yaml b/argocd/longhorn-system/values.yaml similarity index 99% rename from argocd/longhorn/values.yaml rename to argocd/longhorn-system/values.yaml index 6f34943..8e543e0 100644 --- a/argocd/longhorn/values.yaml +++ b/argocd/longhorn-system/values.yaml @@ -268,4 +268,4 @@ longhorn: serviceAccount: # Annotations to add to the service account annotations: {} - \ No newline at end of file +