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