Skip to content

Commit

Permalink
[azure-janitor] fix indent of spec.securityContext
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Nov 5, 2022
1 parent b596421 commit 19adb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/azure-janitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: azure-janitor
type: application
description: A Helm chart for azure-janitor
home: https://github.com/webdevops/azure-janitor
version: 1.0.2
version: 1.0.3
appVersion: 22.9.0
keywords:
- azure-janitor
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-janitor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccountName: {{ .Values.serviceAccount.name | quote }}
priorityClassName: {{ .Values.priorityClassName | quote }}

securityContext: {{ toYaml .Values.securityContext | nindent 12 }}
securityContext: {{ toYaml .Values.securityContext | nindent 8 }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}

containers:
Expand Down

0 comments on commit 19adb20

Please sign in to comment.