Skip to content

Commit

Permalink
[PD] Fix indention (#1635)
Browse files Browse the repository at this point in the history
As title 😭 

Tested with `helm template --debug --dry-run`
  • Loading branch information
JiahuiWho authored Feb 21, 2025
1 parent 27ffe55 commit eb78388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/reference-server/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- {{ .Values.ingress.tls.host }}
{{- end }}
{{- if .Values.ingress.tls.secretName }}
secretName: {{ .Values.ingress.tls.secretName }}
secretName: {{ .Values.ingress.tls.secretName }}
{{- end }}
{{- end }}
rules:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sep24-reference-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- {{ .Values.ingress.tls.host }}
{{- end }}
{{- if .Values.ingress.tls.secretName }}
secretName: {{ .Values.ingress.tls.secretName }}
secretName: {{ .Values.ingress.tls.secretName }}
{{- end }}
{{- end }}
rules:
Expand Down

0 comments on commit eb78388

Please sign in to comment.