Fixing SMO-Install in it/dep
[it/dep.git] / smo-install / oran_oom / oru-app / templates / deployment.yaml
index d5df28e..6955c6d 100644 (file)
@@ -18,10 +18,6 @@ spec:
         release: {{ .Release.Name }}
         chart: {{ .Chart.Name }}
     spec:
-      initContainers:
-      {{- if .Values.global.aafEnabled }}
-      {{ include "common.certInitializer.initContainer" . | indent 6 }}
-      {{- end }}
       containers:
         - name: {{ .Chart.Name }}
           image: "{{ .Values.image.repository }}/{{ .Values.image.name}}:{{ .Values.image.tag }}"