Fix nodeSlector and Affinity for aai charts
[oom.git] / kubernetes / aai / charts / aai-elasticsearch / templates / deployment.yaml
index 586d64f..14b896e 100644 (file)
@@ -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 }}