Skip to content
Snippets Groups Projects
Commit 30c15b32 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'okosse' into 'master'

GONRG-4471: add elastic secrets to indexer

See merge request !289
parents fc6609c3 58b71909
No related branches found
No related tags found
Loading
Pipeline #96878 failed
...@@ -23,7 +23,9 @@ spec: ...@@ -23,7 +23,9 @@ spec:
imagePullPolicy: "{{ .Values.data.imagePullPolicy }}" imagePullPolicy: "{{ .Values.data.imagePullPolicy }}"
envFrom: envFrom:
- configMapRef: - configMapRef:
name: "{{ .Values.conf.configmap }}" name: "{{ .Values.conf.configmap }}"
- secretRef:
name: "{{ .Values.conf.elastic_secret_name }}"
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
runAsUser: 0 runAsUser: 0
......
...@@ -13,4 +13,5 @@ data: ...@@ -13,4 +13,5 @@ data:
conf: conf:
configmap: "indexer-config" configmap: "indexer-config"
elastic_secret_name: "elastic-secret"
app_name: "indexer" app_name: "indexer"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment