Skip to content

Commit

Permalink
Fix indentation in flyte-binary helm chart template (#3669)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb authored May 11, 2023
1 parent fd22cb5 commit 5f39081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-binary/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ spec:
metadata:
labels: {{- include "flyte-binary.selectorLabels" . | nindent 8 }}
{{- if .Values.commonLabels }}
{{- tpl ( .Values.commonLabels | toYaml ) . | nindent 4 }}
{{- tpl ( .Values.commonLabels | toYaml ) . | nindent 8 }}
{{- end }}
{{- if .Values.deployment.podLabels }}
{{- tpl ( .Values.deployment.podLabels | toYaml ) . | nindent 4 }}
{{- tpl ( .Values.deployment.podLabels | toYaml ) . | nindent 8 }}
{{- end }}
annotations:
{{- if not .Values.configuration.existingConfigmap }}
Expand Down

0 comments on commit 5f39081

Please sign in to comment.