Files
Kubernetes-Manifests/applications/infisical/Infisical-secrets/gitea-infisicalsecret.yaml
T
Jeffrey 0177c73fa9 gitea: migrate to envFrom with per-container InfisicalSecrets
Flat CR narrowed to recursive: false; it still serves the SMB mount credentials and the Actions runner token, which the runner Helm chart reads via existingSecret.
2026-08-24 00:20:29 +02:00

27 lines
782 B
YAML

apiVersion: secrets.infisical.com/v1alpha1
kind: InfisicalSecret
metadata:
name: gitea-secrets
namespace: infisical
spec:
hostAPI: https://infisical.jsme.be
resyncInterval: 30
authentication:
kubernetesAuth:
identityId: "5458def7-7c63-40d2-95da-41c614d0933a"
serviceAccountRef:
name: infisical-auth
namespace: infisical
autoCreateServiceAccountToken: true
secretsScope:
projectSlug: "kubernetes"
envSlug: "prod"
secretsPath: "/gitea"
# Root only: /gitea holds the SMB mount credentials and the Actions runner token.
# Per-container env lives in subfolders.
recursive: false
managedSecretReference:
secretName: gitea-secrets
secretNamespace: gitea
secretType: Opaque