Files
auricom-home-cluster/cluster/apps/documentation/outline/patches/postgres.yaml
auricom 4aa922b8bf ♻️ postgres
2022-09-14 21:32:47 +02:00

22 lines
537 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app outline
namespace: default
spec:
values:
initContainers:
init-db:
image: ghcr.io/onedr0p/postgres-initdb:14.5
env:
- name: POSTGRES_HOST
value: postgres-rw.default.svc.cluster.local
- name: POSTGRES_DB
value: *app
- name: POSTGRES_SUPER_PASS
value: ${SECRET_POSTGRESQL_POSTGRES_PASSWORD}
envFrom:
- secretRef:
name: *app