diff --git a/argocd/templates/metallb.yaml b/argocd/templates/metallb.yaml index cc0aa5e..4110ad7 100644 --- a/argocd/templates/metallb.yaml +++ b/argocd/templates/metallb.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: methallb + name: metallb namespace: argocd spec: project: default source: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: dev - path: methallb + path: metallb destination: - namespace: methallb + namespace: metallb name: in-cluster syncPolicy: automated: