diff --git a/apps/metallb-config.yaml b/apps/metallb-config.yaml new file mode 100644 index 0000000..f09bb6d --- /dev/null +++ b/apps/metallb-config.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb-config + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "1" +spec: + project: default + source: + repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git + targetRevision: HEAD + path: manifests/metallb + destination: + server: https://kubernetes.default.svc + namespace: metallb-system + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true