Files
Kubernetes-Manifests/applications/infisical/Infisical-secrets/immich-infisicalsecret.yaml
T
Jeffrey c408522988 immich: migrate to envFrom with per-container InfisicalSecrets
Flat CR narrowed to recursive: false so it keeps serving the SMB credentials that immich-data-smb references by name.
2026-08-23 22:15:10 +02:00

27 lines
807 B
YAML

apiVersion: secrets.infisical.com/v1alpha1
kind: InfisicalSecret
metadata:
name: immich-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: "/immich"
# Root only: /immich holds the SMB mount credentials (username, password)
# consumed by immich-data-smb. Per-container env lives in subfolders.
recursive: false
managedSecretReference:
secretName: immich-secrets
secretNamespace: immich
secretType: Opaque