mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-12-16 09:11:34 +01:00
Merge pull request #2131 from roelandvanbatenburg/patch-1
update for latest version
This commit is contained in:
commit
e7c2a85e34
@ -116,7 +116,7 @@ spec:
|
|||||||
serviceAccountName: external-dns
|
serviceAccountName: external-dns
|
||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
|
image: k8s.gcr.io/external-dns/external-dns:v0.8.0
|
||||||
args:
|
args:
|
||||||
- --source=service
|
- --source=service
|
||||||
- --source=ingress
|
- --source=ingress
|
||||||
@ -439,7 +439,7 @@ spec:
|
|||||||
- --google-project=zalando-external-dns-test
|
- --google-project=zalando-external-dns-test
|
||||||
- --registry=txt
|
- --registry=txt
|
||||||
- --txt-owner-id=my-identifier
|
- --txt-owner-id=my-identifier
|
||||||
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
|
image: k8s.gcr.io/external-dns/external-dns:v0.8.0
|
||||||
name: external-dns
|
name: external-dns
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 65534
|
fsGroup: 65534
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user