Compare commits

...

2 commits

Author SHA1 Message Date
j
00bebebafb add missed demo values 2025-07-03 15:51:33 +10:00
j
665e7b645e readd 2025-07-03 15:50:47 +10:00
2 changed files with 5 additions and 0 deletions

View file

@ -36,6 +36,10 @@ spec:
values: values:
authentik: authentik:
secret_key: 'testtesttesttesttesttest' secret_key: 'testtesttesttesttesttest'
error_reporting:
enabled: true
postgresql:
password: "JustAShitPassword"
server: server:
ingress: ingress:

View file

@ -12,5 +12,6 @@ resources:
- dns/bind.yaml - dns/bind.yaml
- dns/externaldns.yaml - dns/externaldns.yaml
- ssl/certmanager.yaml - ssl/certmanager.yaml
- auth/authentik.yaml
- files/nextcloud.yaml - files/nextcloud.yaml
- files/syncthing.yaml - files/syncthing.yaml