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:
|
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