Skip to content

Commit 5ef22d7

Browse files
committed
fix trailing whitespace in Helm deployment template
Signed-off-by: Jay Pipes <[email protected]>
1 parent 39d7c30 commit 5ef22d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
- name: {{ .Values.aws.credentials.secretName }}
9090
mountPath: {{ include "aws.credentials.secret_mount_path" . }}
9191
readOnly: true
92-
{{- end }}
92+
{{- end }}
9393
securityContext:
9494
allowPrivilegeEscalation: false
9595
privileged: false

0 commit comments

Comments
 (0)