diff --git a/helm-chart/eoapi/templates/services/deployment.yaml b/helm-chart/eoapi/templates/services/deployment.yaml index 40454f31..585d5b3c 100644 --- a/helm-chart/eoapi/templates/services/deployment.yaml +++ b/helm-chart/eoapi/templates/services/deployment.yaml @@ -30,7 +30,6 @@ spec: app: {{ $serviceName }}-{{ $.Release.Name }} spec: serviceAccountName: eoapi-sa-{{ $.Release.Name }} - {{- if eq $serviceName "stac" }} initContainers: - name: wait-for-pgstacbootstrap image: bitnami/kubectl:latest @@ -44,7 +43,6 @@ spec: sleep 10 done echo "pgstacbootstrap job completed successfully" - {{- end }} containers: - image: {{ index $v "image" "name" }}:{{ index $v "image" "tag" }} name: {{ $serviceName }}