Skip to content

Instantly share code, notes, and snippets.

@jhoelzel
Created June 4, 2023 09:05
Show Gist options
  • Save jhoelzel/03ee7a382c50f7114098b936a71b6af4 to your computer and use it in GitHub Desktop.
Save jhoelzel/03ee7a382c50f7114098b936a71b6af4 to your computer and use it in GitHub Desktop.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-dns
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
destination:
namespace: external-dns
server: https://kubernetes.default.svc
project: system
source:
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 6.7.5
chart: external-dns
helm:
values: |
triggerLoopOnEvent: true
policy: sync
sources:
- ingress
- crd
- service
domainFilters:
- ......
provider: pdns
txtOwnerId: prodk3s
txtPrefix: edns
registry: txt
pdns:
#....#
crd:
create: true
syncPolicy:
automated:
prune: true
selfHeal: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment