fix: default secret name

This commit is contained in:
devthejo 2023-12-17 14:46:16 +01:00
parent 747acbc1de
commit 3807d19885
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -14,7 +14,7 @@ application:
logRequests: false logRequests: false
pg: pg:
enabled: false enabled: false
uriSecretName: pg uriSecretName: cnpg-app
uriSecretKey: uri uriSecretKey: uri
amqp: amqp:
enabled: false enabled: false
@ -29,7 +29,7 @@ application:
adminSecretKey: admin adminSecretKey: admin
minio: minio:
enabled: false enabled: false
secretName: minio secretName: minio-auth
endpoint: minio endpoint: minio
port: 9000 port: 9000
accessKeySecretKey: root-user accessKeySecretKey: root-user