fix: default secret name
This commit is contained in:
parent
747acbc1de
commit
3807d19885
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ application:
|
|||
logRequests: false
|
||||
pg:
|
||||
enabled: false
|
||||
uriSecretName: pg
|
||||
uriSecretName: cnpg-app
|
||||
uriSecretKey: uri
|
||||
amqp:
|
||||
enabled: false
|
||||
|
@ -29,7 +29,7 @@ application:
|
|||
adminSecretKey: admin
|
||||
minio:
|
||||
enabled: false
|
||||
secretName: minio
|
||||
secretName: minio-auth
|
||||
endpoint: minio
|
||||
port: 9000
|
||||
accessKeySecretKey: root-user
|
||||
|
|
Loading…
Add table
Reference in a new issue