Update 4 files

- /external-dns/Chart.yaml
- /external-dns/values.yaml
- /external-dns/templates/secrets.yaml
- /argocd/templates/external-dns.yaml
This commit is contained in:
2023-06-09 00:14:02 +00:00
parent a83e3aba2e
commit 4b5d3f1dbe
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-dns
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: external-dns
destination:
namespace: external-dns
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true