Update argocd/external-dns/values.yaml

This commit is contained in:
2022-09-27 13:34:10 +00:00
parent ce857558cc
commit c53c3c7ee4

View File

@@ -61,24 +61,24 @@ external-dns:
scrapeTimeout: 10s
env:
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
key: cloudflare_api_token
name: external-dns
optional: true
- name: CF_API_KEY
valueFrom:
secretKeyRef:
key: cloudflare_api_key
name: external-dns
optional: true
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
key: cloudflare_api_email
name: external-dns
optional: true
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
key: cloudflare_api_token
name: external-dns
optional: true
- name: CF_API_KEY
valueFrom:
secretKeyRef:
key: cloudflare_api_key
name: external-dns
optional: true
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
key: cloudflare_api_email
name: external-dns
optional: true
livenessProbe:
httpGet: