fix
This commit is contained in:
parent
833899028c
commit
ea053344c0
@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: postgresql
|
||||
namespace: issues
|
||||
namespace: transmittal
|
||||
spec:
|
||||
interval: 5m
|
||||
timeout: 2h
|
||||
@ -111,9 +111,9 @@ spec:
|
||||
secretKey: postgres-password
|
||||
usersSecretPath: secrets/data/postgresql/users
|
||||
databases:
|
||||
- name: issues_db
|
||||
user: issues
|
||||
passwordKey: issues
|
||||
- name: transmittal_db
|
||||
user: transmittal
|
||||
passwordKey: transmittal
|
||||
extensions:
|
||||
- ltree
|
||||
- pg_stat_statements
|
||||
|
||||
Loading…
Reference in New Issue
Block a user