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

GONRG-4471: add elastic secrets to indexer

parent fc6609c3
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 #96740 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