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
2 merge requests!346Merge branch 'aws-integration' into 'master',!289GONRG-4471: add elastic secrets to indexer
Pipeline #96878 failed
......@@ -23,7 +23,9 @@ spec:
imagePullPolicy: "{{ .Values.data.imagePullPolicy }}"
envFrom:
- configMapRef:
name: "{{ .Values.conf.configmap }}"
name: "{{ .Values.conf.configmap }}"
- secretRef:
name: "{{ .Values.conf.elastic_secret_name }}"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 0
......
......@@ -13,4 +13,5 @@ data:
conf:
configmap: "indexer-config"
elastic_secret_name: "elastic-secret"
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