feat(database): rename postgres certificate in k8s secrets
This commit is contained in:
parent
5500b58a9a
commit
c303b38966
1 changed files with 4 additions and 5 deletions
|
@ -34,12 +34,11 @@ extraVolumeMounts:
|
|||
|
||||
extraVolumes:
|
||||
- name: elasticsearch-cert-volume
|
||||
configMap:
|
||||
defaultMode: 420
|
||||
name: elasticsearch-cert
|
||||
secret:
|
||||
secretName: elasticsearch-cert
|
||||
items:
|
||||
- key: elasticsearch.pem
|
||||
path: elasticsearch.pem
|
||||
- key: elasticsearch.cer
|
||||
path: elasticsearch.cer
|
||||
- name: postgres-cert-volume
|
||||
secret:
|
||||
secretName: otc-rds-tls-ca-cert
|
||||
|
|
Loading…
Reference in a new issue