diff --git a/argocd/templates/metallb.yaml b/argocd/templates/metallb-system.yaml similarity index 81% rename from argocd/templates/metallb.yaml rename to argocd/templates/metallb-system.yaml index 4110ad7..8c33829 100644 --- a/argocd/templates/metallb.yaml +++ b/argocd/templates/metallb-system.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: metallb + name: metallb-system namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: dev - path: metallb + path: metallb-system destination: - namespace: metallb + namespace: metallb-system name: in-cluster syncPolicy: automated: diff --git a/metallb/Chart.yaml b/metallb-system/Chart.yaml similarity index 100% rename from metallb/Chart.yaml rename to metallb-system/Chart.yaml diff --git a/metallb/templates/config.yaml b/metallb-system/templates/config.yaml similarity index 100% rename from metallb/templates/config.yaml rename to metallb-system/templates/config.yaml diff --git a/metallb/values.yaml b/metallb-system/values.yaml similarity index 100% rename from metallb/values.yaml rename to metallb-system/values.yaml