diff --git a/charts/self-host/templates/mssql.yaml b/charts/self-host/templates/mssql.yaml index 3d293cfd..48f055a1 100644 --- a/charts/self-host/templates/mssql.yaml +++ b/charts/self-host/templates/mssql.yaml @@ -37,7 +37,7 @@ spec: {{- end }} initContainers: - name: init-permissions - image: "{{ .Values.supportComponents.kubectl.image.name }}:{{ .Values.supportComponents.kubectl.image.tag }}" + image: busybox command: ['sh', '-c'] args: - |