Files
auricom-home-cluster/cluster/apps/documentation/outline/patches/postgres.yaml
auricom be8f791495 🚀 outline
2022-09-13 01:39:21 +02:00

22 lines
525 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.${SECRET_DOMAIN}
- name: POSTGRES_DB
value: *app
- name: POSTGRES_SUPER_PASS
value: ${SECRET_POSTGRESQL_POSTGRES_PASSWORD}
envFrom:
- secretRef:
name: *app