diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 6dfc491..42adf32 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -51,7 +51,6 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - command: [sleep, infinity] {{- with .Values.securityContext }} securityContext: {{- toYaml . | nindent 12 }}