소스 검색

fix rendering

Stavros kois 1 년 전
부모
커밋
42fd6c47b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/ix-dev/community/dashy/templates/_dashy.tpl

+ 1 - 1
library/ix-dev/community/dashy/templates/_dashy.tpl

@@ -22,7 +22,7 @@ workload:
           env:
             {{- $protocol := "http" -}}
             {{- if .Values.dashyNetwork.certificateID }}
-              {{- $protocol = "https" -}}
+              {{- $protocol = "https" }}
             SSL_PRIV_KEY_PATH: /cert/tls.key
             SSL_PUB_KEY_PATH: /cert/tls.crt
             SSL_PORT: {{ .Values.dashyNetwork.webPort }}