Fix conditional deployment checks

Change-Id: Ib6f12797c68cc8694d040f070c706363d731e9b7
diff --git a/omec/omec-control-plane/templates/job-hss-bootstrap.yaml b/omec/omec-control-plane/templates/job-hss-bootstrap.yaml
index 3feee66..3855495 100644
--- a/omec/omec-control-plane/templates/job-hss-bootstrap.yaml
+++ b/omec/omec-control-plane/templates/job-hss-bootstrap.yaml
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 */}}
 
+{{- if .Values.config.hss.deploy }}
 {{- if .Values.config.hss.bootstrap }}
 ---
 apiVersion: batch/v1
@@ -62,3 +63,4 @@
           name: hss
           defaultMode: 493
 {{- end }}
+{{- end }}