summaryrefslogtreecommitdiffstats
path: root/charts/aai-elasticsearch/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aai-elasticsearch/templates/deployment.yaml')
-rw-r--r--charts/aai-elasticsearch/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-elasticsearch/templates/deployment.yaml b/charts/aai-elasticsearch/templates/deployment.yaml
index 586d64f..14b896e 100644
--- a/charts/aai-elasticsearch/templates/deployment.yaml
+++ b/charts/aai-elasticsearch/templates/deployment.yaml
@@ -95,7 +95,7 @@ spec:
- name: elasticsearch-data
mountPath: /usr/share/elasticsearch/data
resources:
-{{ include "common.resources" . | indent 12 }}
+{{ include "common.resources" . }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}