diff --git a/charts/k8sgpt/templates/deployment.yaml b/charts/k8sgpt/templates/deployment.yaml index 39219f7..fcba48e 100644 --- a/charts/k8sgpt/templates/deployment.yaml +++ b/charts/k8sgpt/templates/deployment.yaml @@ -24,7 +24,7 @@ spec: {{- if .Values.deployment.securityContext }} securityContext: {{- toYaml .Values.deployment.securityContext | nindent 8 }} - {{ end -}} + {{- end }} serviceAccountName: {{ template "k8sgpt.fullname" . }} containers: - name: k8sgpt-container