Skip to content
Snippets Groups Projects
Commit 7e80db16 authored by Alok Joshi's avatar Alok Joshi
Browse files

Merge branch 'master' of...

parents 6bc860cc 30c15b32
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!284Update kind event support
......@@ -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