Add cloudflare-ddns InfisicalStaticSecret from /cloudflare-ddns (cloudflare-ddns 3a, out-of-band)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user