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

OZG-4453 fix certificate mounts secret name

parent 6247158c
Branches
Tags
No related merge requests found
......@@ -5,4 +5,4 @@ image:
elasticsearch:
namespace: elastic-system
adminSecretName: ozg-search-cluster-es-elastic-user
certificateSecretName: ozg-search-cluster-es-ozg-search-es-transport-certs
certificateSecretName: ozg-search-cluster-es-http-ca-internal
......@@ -10,7 +10,7 @@ ozgcloud:
port: 9200
scheme: https
certificateNamespace: ozgcloud-elasticsearch-operator
certificateSecretName: ozg-search-cluster-es-ozg-search-es-transport-certs
certificateSecretName: ozg-search-cluster-es-http-ca-internal
certificateSecretDataKey: ca.crt
management:
......
......@@ -60,7 +60,7 @@ tests:
content:
name: elasticsearch-certificate
secret:
secretName: ozg-search-cluster-es-ozg-search-es-transport-certs
secretName: ozg-search-cluster-es-http-ca-internal
optional: false
- it: should create volumeMounts
......
......@@ -60,7 +60,7 @@ tests:
- ""
resourceNames:
- ozg-search-cluster-es-elastic-user
- ozg-search-cluster-es-ozg-search-es-transport-certs
- ozg-search-cluster-es-http-ca-internal
resources:
- secrets
verbs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment