Skip to content
Snippets Groups Projects
Commit 6247158c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4453 fix certificate mounts secret name

parent 2a418b40
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@ spec:
name: bindings-type
- name: elasticsearch-certificate
secret:
secretName: elasticsearch-certificate
secretName: {{ required "elasticsearch.certificateSecretName must be set" (.Values.elasticsearch).certificateSecretName }}
optional: false
dnsConfig: {}
dnsPolicy: ClusterFirst
......
......@@ -60,7 +60,7 @@ tests:
content:
name: elasticsearch-certificate
secret:
secretName: elasticsearch-certificate
secretName: ozg-search-cluster-es-ozg-search-es-transport-certs
optional: false
- it: should create volumeMounts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment