Skip to content

Commit

Permalink
fix indent by omitting the final -
Browse files Browse the repository at this point in the history
  • Loading branch information
newgoliath committed Nov 20, 2023
1 parent d88a783 commit 9eec518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/showroom/templates/terminal/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
args:
- --base={{ .Values.terminal.wetty.base }}
- --port={{ .Values.terminal.wetty.port }}
{{- if .Values.terminal.autoSshToBastion -}}
{{- if .Values.terminal.autoSshToBastion -}}
- --ssh-host={{ .Values.terminal.wetty.sshHost }}
- --ssh-port={{ .Values.terminal.wetty.sshPort }}
- --ssh-user={{ .Values.terminal.wetty.sshUser }}
- --ssh-auth={{ .Values.terminal.wetty.sshAuth }}
- --ssh-pass={{ .Values.terminal.wetty.sshPass }}
{{- end -}}
{{- end }}
env:
- name: NAMESPACE
valueFrom:
Expand Down

0 comments on commit 9eec518

Please sign in to comment.