From c6efbdc469ace7cf90d71000f47fd84a1514e36c Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 20 Jun 2026 10:57:49 +0000 Subject: [PATCH] Add cloudflare-ddns InfisicalStaticSecret from /cloudflare-ddns (cloudflare-ddns 3a, out-of-band) Co-Authored-By: Claude Opus 4.8 --- .../infisical-cloudflare-ddns.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cloudflare-ddns/infisical-cloudflare-ddns.yaml diff --git a/cloudflare-ddns/infisical-cloudflare-ddns.yaml b/cloudflare-ddns/infisical-cloudflare-ddns.yaml new file mode 100644 index 0000000..bf8daa4 --- /dev/null +++ b/cloudflare-ddns/infisical-cloudflare-ddns.yaml @@ -0,0 +1,24 @@ +apiVersion: secrets.infisical.com/v1beta1 +kind: InfisicalStaticSecret +metadata: + name: cloudflare-ddns-secret + namespace: cloudflare-ddns +spec: + # Shared, read-only machine identity (no write grant, no PushSecret). + # NOTE: the cloudflare-ddns namespace is applied OUT-OF-BAND (not an ArgoCD app), + # so this CR is created with `kubectl apply` — committing it here is for record. + infisicalAuthRef: + name: infisical-auth + namespace: infisical-operator + sources: + - projectId: 17e98e9d-70f5-43d1-8382-7da818dfcdd0 # project "homelab" + environmentSlug: prod + secretPath: /cloudflare-ddns + syncOptions: + refreshInterval: 60s + targets: + - kind: Secret + name: cloudflare-ddns-secret-infisical # parallel name — old secret stays live until 3c + namespace: cloudflare-ddns + creationPolicy: Owner + # key passthrough: synced Secret carries CF_API_TOKEN verbatim.