champ and gizmo hotfix

fixes added sue to yaml validation issues

Issue-ID: OOM-836

Change-Id: I9e03d85526ee9e6d5fbd893011db6ff15f95b74f
Signed-off-by: kj <keren.joseph@amdocs.com>
diff --git a/kubernetes/aai/charts/gizmo/templates/deployment.yaml b/kubernetes/aai/charts/gizmo/templates/deployment.yaml
index 768c28b..80b5390 100644
--- a/kubernetes/aai/charts/gizmo/templates/deployment.yaml
+++ b/kubernetes/aai/charts/gizmo/templates/deployment.yaml
@@ -38,13 +38,13 @@
           - containerPort: {{ .Values.service.internalPort }}
           # disable liveness probe when breakpoints set in debugger
           # so K8s doesn't restart unresponsive container
-          {{- if eq .Values.liveness.enabled true }}
+          {{ if .Values.liveness.enabled }}
           livenessProbe:
             tcpSocket:
               port: {{ .Values.service.internalPort }}
             initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
             periodSeconds: {{ .Values.liveness.periodSeconds }}
-          {{ end -}}
+          {{ end }}
           readinessProbe:
             tcpSocket:
               port: {{ .Values.service.internalPort }}
@@ -111,7 +111,6 @@
         - name: localtime
           hostPath:
             path: /etc/localtime
-            readOnly: true
         - name: {{ include "common.fullname" . }}-data-filebeat
           emptyDir: {}
         - name: filebeat-conf
@@ -140,4 +139,4 @@
           configMap:
             name: {{ include "common.fullname" . }}-model-configmap
       imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
\ No newline at end of file
+      - name: "{{ include "common.namespace" . }}-docker-registry-key"