Skip to content

Commit

Permalink
Replace tab to space
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Wang <w13915984028@gmail.com>
  • Loading branch information
w13915984028 authored and starbops committed Feb 22, 2024
1 parent 8141583 commit 23325e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- end }}
labels:
{{- include "harvester-vm-dhcp-controller.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
{{- end }}
labels:
{{- include "harvester-vm-dhcp-webhook.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down

0 comments on commit 23325e9

Please sign in to comment.