All 31 env entries, secrets and literals alike, now live in Infisical under /outline/outline and /outline/postgres. Manifest rationale carried across as Infisical secret comments.
26 lines
752 B
YAML
26 lines
752 B
YAML
apiVersion: secrets.infisical.com/v1alpha1
|
|
kind: InfisicalSecret
|
|
metadata:
|
|
name: outline-postgres-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: "/outline/postgres"
|
|
# Non-recursive: keys are already named as the container expects.
|
|
recursive: false
|
|
managedSecretReference:
|
|
secretName: outline-postgres-secrets
|
|
secretNamespace: outline
|
|
secretType: Opaque
|