From c47dba6dc6dc7b0944fc8df0e95edcabc27ba04a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 14 May 2024 05:08:32 -0500 Subject: [PATCH] update --- argocd/templates/{metallb.yaml => metallb-system.yaml} | 6 +++--- {metallb => metallb-system}/Chart.yaml | 0 {metallb => metallb-system}/templates/config.yaml | 0 {metallb => metallb-system}/values.yaml | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename argocd/templates/{metallb.yaml => metallb-system.yaml} (81%) rename {metallb => metallb-system}/Chart.yaml (100%) rename {metallb => metallb-system}/templates/config.yaml (100%) rename {metallb => metallb-system}/values.yaml (100%) 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