diff --git a/argo/utilities/templates/metallb.yaml b/argo/utilities/templates/metallb.yaml new file mode 100644 index 0000000..8fc1100 --- /dev/null +++ b/argo/utilities/templates/metallb.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb + namespace: argocd + labels: + utilities: kube-system +spec: + destination: + namespace: kube-system + server: https://kubernetes.default.svc + project: default + source: + repoURL: https://metallb.github.io/metallb + targetRevision: HEAD + targetRevision: 0.13.12 + chart: metallb/metallb