From c53c3c7ee467d7cc1a8dccf4302941c4ff72adb6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 27 Sep 2022 13:34:10 +0000 Subject: [PATCH] Update argocd/external-dns/values.yaml --- argocd/external-dns/values.yaml | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/argocd/external-dns/values.yaml b/argocd/external-dns/values.yaml index e2349a4..f853811 100644 --- a/argocd/external-dns/values.yaml +++ b/argocd/external-dns/values.yaml @@ -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: