Skip to content

Commit

Permalink
fix: fix env and envFrom indentation when using keystore value. (#103)
Browse files Browse the repository at this point in the history
* fix: fix env and envFrom indentation when using keystore value.

Signed-off-by: Paul Lesur <[email protected]>

* fix: Chart version bump needed by CI

Signed-off-by: Paul Lesur <[email protected]>
  • Loading branch information
PaulLesur authored Oct 28, 2021
1 parent c051ccd commit e7d851a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opensearch/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ spec:
fi
cp -a {{ .Values.opensearchHome }}/config/opensearch.keystore /tmp/keystore/
env: {{ toYaml .Values.extraEnvs | nindent 8 }}
envFrom: {{ toYaml .Values.envFrom | nindent 8 }}
env: {{ toYaml .Values.extraEnvs | nindent 10 }}
envFrom: {{ toYaml .Values.envFrom | nindent 10 }}
resources: {{ toYaml .Values.initResources | nindent 10 }}
volumeMounts:
- name: keystore
Expand Down

0 comments on commit e7d851a

Please sign in to comment.