Parcourir la source

fix rendering

Stavros kois il y a 1 an
Parent
commit
42fd6c47b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}