Skip to content

Commit 5ba8261

Browse files
authored
Update backend-deployment.yaml (#2280)
Fix yaml indent
1 parent 56160da commit 5ba8261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/digger-backend/templates/backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
{{- toYaml $.Values.digger.nodeSelector | nindent 8 }}
1818
{{- end }}
1919
{{- if $.Values.digger.tolerations }}
20-
tolerations:
20+
tolerations:
2121
{{- toYaml $.Values.digger.tolerations | nindent 8 }}
2222
{{- end }}
2323
containers:

0 commit comments

Comments
 (0)