Change-Id: I137be6241f934729d3452e308e24c454500ec86a
Issue-ID: POLICY-3655
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
               - /bin/bash
               - -c
               - nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; }'
-              initialDelaySeconds: 120
-              periodSeconds: 20
+            initialDelaySeconds: 120
+            periodSeconds: 20
           readinessProbe:
             exec:
               command:
               - /bin/bash
               - -c
               - nodetool status | grep $POD_IP | awk '$1!="UN" { exit 1; }'
-              initialDelaySeconds: 120
-              periodSeconds: 20
+            initialDelaySeconds: 120
+            periodSeconds: 20
           volumeMounts:
             - mountPath: /opt/app/policy/simulators/etc/mounted/
               name: simconfig
           configMap:
             name: {{ include "policy-models-simulator.fullname" . }}-configmap
             defaultMode: 0755
-