fix cloudflare api key

This commit is contained in:
Michael Thomson
2023-11-21 07:30:43 -05:00
parent 0eeb2fbfdc
commit 146b9fb2b1
2 changed files with 4 additions and 4 deletions

View File

@@ -339,7 +339,7 @@ spec:
## @param cloudflare.secretName When using the Cloudflare provider, it's the name of the secret containing cloudflare_api_token or cloudflare_api_key.
## This ignores cloudflare.apiToken, and cloudflare.apiKey
##
secretName: "cloudflare-api-token"
secretName: "cloudflare-api-key"
## @param cloudflare.email When using the Cloudflare provider, `CF_API_EMAIL` to set (optional). Needed when using CF_API_KEY
##
email: "michael@michaelthomson.dev"