correct arg placement
This commit is contained in:
parent
c383e6bf63
commit
40ea74fbf3
1 changed files with 9 additions and 10 deletions
|
@ -37,16 +37,15 @@ spec:
|
|||
txtPrefix: "k8s."
|
||||
|
||||
extraArgs:
|
||||
args:
|
||||
- --cloudflare-proxied
|
||||
- --crd-source-apiversion=externaldns.k8s.io/v1alpha1
|
||||
- --crd-source-kind=DNSEndpoint
|
||||
- --ingress-class=external
|
||||
- --interval=1m
|
||||
- --log-format=text
|
||||
- --log-level=info
|
||||
- --registry=txt
|
||||
- --txt-owner-id=default
|
||||
- --cloudflare-proxied
|
||||
- --crd-source-apiversion=externaldns.k8s.io/v1alpha1
|
||||
- --crd-source-kind=DNSEndpoint
|
||||
- --ingress-class=external
|
||||
- --interval=1m
|
||||
- --log-format=text
|
||||
- --log-level=info
|
||||
- --registry=txt
|
||||
- --txt-owner-id=default
|
||||
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue