Flat CR narrowed to recursive: false so it keeps serving the SMB mount credentials that zipline-uploads-pv references by name.
27 lines
815 B
YAML
27 lines
815 B
YAML
apiVersion: secrets.infisical.com/v1alpha1
|
|
kind: InfisicalSecret
|
|
metadata:
|
|
name: zipline-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: "/zipline"
|
|
# Root only: /zipline holds the SMB mount credentials (username, password)
|
|
# consumed by zipline-uploads-pv. Per-container env lives in subfolders.
|
|
recursive: false
|
|
managedSecretReference:
|
|
secretName: zipline-secrets
|
|
secretNamespace: zipline
|
|
secretType: Opaque
|