Add renovate-token InfisicalStaticSecret from /renovate (renovate 3a)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 10:51:53 +00:00
co-authored by Claude Opus 4.8
parent f5364500f6
commit 442e329c89
+22
View File
@@ -0,0 +1,22 @@
apiVersion: secrets.infisical.com/v1beta1
kind: InfisicalStaticSecret
metadata:
name: renovate-token
namespace: renovate
spec:
# Shared, read-only machine identity (no write grant, no PushSecret).
infisicalAuthRef:
name: infisical-auth
namespace: infisical-operator
sources:
- projectId: 17e98e9d-70f5-43d1-8382-7da818dfcdd0 # project "homelab"
environmentSlug: prod
secretPath: /renovate
syncOptions:
refreshInterval: 60s
targets:
- kind: Secret
name: renovate-token-infisical # parallel name — old renovate-token stays live until 3c
namespace: renovate
creationPolicy: Owner
# key passthrough: synced Secret carries RENOVATE_TOKEN verbatim.