fix subchart settings/notes

This commit is contained in:
Arlan Lloyd 2025-10-31 21:26:13 +00:00 committed by Zoe Roux
parent 864ee3efa2
commit 5d17f8f0f9
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ appVersion: "0.0.0"
icon: https://raw.githubusercontent.com/zoriya/Kyoo/refs/heads/master/icons/icon.svg
dependencies:
- condition: postgresql.enabled
- condition: postgres.enabled
name: postgres
repository: oci://registry-1.docker.io/cloudpirates
version: 0.11.1

View File

@ -12,7 +12,7 @@ helm upgrade kyoo oci://ghcr.io/zoriya/helm-charts/kyoo --install --values myval
```yaml
kyoo:
address: https://kyoo.mydomain.com
postgresql:
postgres:
enabled: true
extraObjects:
- apiVersion: v1
@ -22,7 +22,6 @@ extraObjects:
type: Opaque
stringData:
kyoo_apikeys: yHXWGsjfjE6sy6UxavqmTUYxgCFYek
MEILI_MASTER_KEY: barkLike8SuperDucks
postgres_user: kyoo_all
postgres_password: watchSomething4me
- kind: PersistentVolumeClaim

View File

@ -398,7 +398,7 @@ traefikproxy:
extraVolumes: []
# subchart settings
postgresql:
postgres:
enabled: false
auth:
# default user to be created by postgres subchart