Skip to content

Commit

Permalink
Fix intendation of securityContext (#320)
Browse files Browse the repository at this point in the history
The indentation should be 10 instead of 12 to make yamllint not complain.

Co-authored-by: Jakub Surdej <kubasurdej@gmail.com>
  • Loading branch information
AlexanderThaller and kuskoman committed Apr 8, 2024
1 parent 7d11fb9 commit c02df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:

{{- with .Values.deployment.securityContext }}
securityContext:
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 10 }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit c02df9d

Please sign in to comment.