Update argocd/external-dns/values.yaml

This commit is contained in:
2022-09-27 13:33:44 +00:00
parent 4e5a17e6bf
commit ce857558cc

View File

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