mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
Fix pg admin password (#1186)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,6 +7,4 @@
|
|||||||
log.html
|
log.html
|
||||||
output.xml
|
output.xml
|
||||||
report.html
|
report.html
|
||||||
chart/charts
|
|
||||||
chart/Chart.lock
|
|
||||||
tmp
|
tmp
|
||||||
|
|||||||
2
chart/.gitignore
vendored
Normal file
2
chart/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
charts
|
||||||
|
|
||||||
6
chart/Chart.lock
Normal file
6
chart/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: postgres
|
||||||
|
repository: oci://registry-1.docker.io/cloudpirates
|
||||||
|
version: 0.12.4
|
||||||
|
digest: sha256:e486b44703c7a97eee25f7715ab040d197d79c41ea1c422ae009b1f68985f544
|
||||||
|
generated: "2025-12-01T20:17:25.152279487+01:00"
|
||||||
@@ -12,4 +12,4 @@ dependencies:
|
|||||||
- condition: postgres.enabled
|
- condition: postgres.enabled
|
||||||
name: postgres
|
name: postgres
|
||||||
repository: oci://registry-1.docker.io/cloudpirates
|
repository: oci://registry-1.docker.io/cloudpirates
|
||||||
version: 0.12.0
|
version: 0.12.4
|
||||||
|
|||||||
@@ -469,7 +469,7 @@ postgres:
|
|||||||
existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}"
|
existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}"
|
||||||
secretKeys:
|
secretKeys:
|
||||||
# set the postgres user password to the same as our user
|
# set the postgres user password to the same as our user
|
||||||
passwordKey: "{{ .Values.global.postgres.infra.passwordKey }}"
|
adminPasswordKey: "{{ .Values.global.postgres.infra.passwordKey }}"
|
||||||
initdb:
|
initdb:
|
||||||
scripts:
|
scripts:
|
||||||
kyoo_api.sql: |
|
kyoo_api.sql: |
|
||||||
|
|||||||
Reference in New Issue
Block a user