Update external-dns for traefik v3
This commit is contained in:
parent
baeaf4de35
commit
81692c8701
2 changed files with 12 additions and 11 deletions
|
|
@ -6,14 +6,14 @@
|
|||
name: external-dns
|
||||
repo_url: "https://kubernetes-sigs.github.io/external-dns"
|
||||
|
||||
- name: Install DNSEndpoint CRD
|
||||
kubernetes.core.k8s:
|
||||
state: "present"
|
||||
context: "{{ my_context }}"
|
||||
namespace: '{{ externaldns_namespace }}'
|
||||
# merge_type: merge
|
||||
apply: true
|
||||
resource_definition: "{{ lookup('url', 'https://github.com/kubernetes-sigs/external-dns/raw/master/docs/contributing/crd-source/crd-manifest.yaml', split_lines=False) | from_yaml_all }}"
|
||||
# - name: Install DNSEndpoint CRD
|
||||
# kubernetes.core.k8s:
|
||||
# state: "present"
|
||||
# context: "{{ my_context }}"
|
||||
# namespace: '{{ externaldns_namespace }}'
|
||||
## merge_type: merge
|
||||
# apply: true
|
||||
# resource_definition: "{{ lookup('url', 'https://github.com/kubernetes-sigs/external-dns/raw/master/docs/contributing/crd-source/crd-manifest.yaml', split_lines=False) | from_yaml_all }}"
|
||||
|
||||
- name: Deploy latest version of Kubernetes External DNS
|
||||
kubernetes.core.helm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue