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:
|
extraVolumes:
|
||||||
- name: elasticsearch-cert-volume
|
- name: elasticsearch-cert-volume
|
||||||
configMap:
|
secret:
|
||||||
defaultMode: 420
|
secretName: elasticsearch-cert
|
||||||
name: elasticsearch-cert
|
|
||||||
items:
|
items:
|
||||||
- key: elasticsearch.pem
|
- key: elasticsearch.cer
|
||||||
path: elasticsearch.pem
|
path: elasticsearch.cer
|
||||||
- name: postgres-cert-volume
|
- name: postgres-cert-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: otc-rds-tls-ca-cert
|
secretName: otc-rds-tls-ca-cert
|
||||||
|
|
Loading…
Reference in a new issue