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 +