Initial upload
This commit is contained in:
parent
5a0bc9eed3
commit
037b3f7d09
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