Fix nodeSlector and Affinity for robot deployment 75/74375/1
authorkranthikirang <kranthi.guttikonda@b-yond.com>
Fri, 7 Dec 2018 01:14:44 +0000 (20:14 -0500)
committerkranthikirang <kranthi.guttikonda@b-yond.com>
Fri, 7 Dec 2018 01:14:44 +0000 (20:14 -0500)
Indentation problem. Correctly placed nodeSelector and Affinity
aligned with Contrainers in template.spec
common.resources do not need indent

Change-Id: Ib8cf9a30fb5a3c8c7ae095ac9d7f5d63f69ae1a6
Issue-ID: OOM-1540
Signed-off-by: Kranthi Guttikonda <kranthi.guttikonda@b-yond.com>
kubernetes/robot/templates/deployment.yaml

index e230f4c..7b0c140 100644 (file)
@@ -59,15 +59,15 @@ spec:
         - name: robot-logs
           mountPath: /share/logs
         resources:
-{{ include "common.resources" . | indent 12 }}
-        {{- if .Values.nodeSelector }}
-        nodeSelector:
-{{ toYaml .Values.nodeSelector | indent 10 }}
-        {{- end -}}
-        {{- if .Values.affinity }}
-        affinity:
-{{ toYaml .Values.affinity | indent 10 }}
-        {{- end }}
+{{ include "common.resources" . }}
+      {{- if .Values.nodeSelector }}
+      nodeSelector:
+{{ toYaml .Values.nodeSelector | indent 8 }}
+      {{- end -}}
+      {{- if .Values.affinity }}
+      affinity:
+{{ toYaml .Values.affinity | indent 8 }}
+      {{- end }}
       volumes:
     {{- if .Values.persistence.enabled }}
       - name: robot-logs