re-ecnrypt all secrets, update some values

This commit is contained in:
2025-12-13 11:33:20 -05:00
parent f12e27c5c6
commit 6e63085fb3
22 changed files with 111 additions and 176 deletions

View File

@@ -4,36 +4,25 @@ metadata:
name: external-dns
namespace: external-dns
spec:
chartRef:
kind: OCIRepository
name: external-dns
chart:
spec:
chart: external-dns
version: v1.19.x
sourceRef:
kind: HelmRepository
name: external-dns
interval: 15m
releaseName: external-dns
values:
sources:
- crd
# - service
# - ingress
# - contour-httpproxy
provider: cloudflare
cloudflare:
## @param cloudflare.apiToken When using the Cloudflare provider, `CF_API_TOKEN` to set (optional)
##
apiToken: ""
## @param cloudflare.apiKey When using the Cloudflare provider, `CF_API_KEY` to set (optional)
##
apiKey: ""
## @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-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"
## @param cloudflare.proxied When using the Cloudflare provider, enable the proxy feature (DDOS protection, CDN...) (optional)
##
proxied: false
crd:
## @param crd.create Install and use the integrated DNSEndpoint CRD
##
create: true
provider:
name: cloudflare
env:
- name: CF_API_KEY
valueFrom:
secretKeyRef:
name: secret
key: cloudflare_api_key
- name: CF_API_EMAIL
value: michael@michaelthomson.dev