File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : smarter-k3s-edge
3- version : 0.0.10
3+ version : 0.0.11
44type : application
55appVersion : v1.25.3-k3s1
66description : K3s server on kubernetes
Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ data:
114114 #!/bin/bash
115115 #
116116 {{- if .Values.configuration.traefik }}
117- curl -sflkO https://{{ .Values.configuration.host }}.{{ .Values.configuration.domain }}/ token.{{ .Values.configuration.id }}
118- curl -sflkO https://{{ .Values.configuration.host }}.{{ .Values.configuration.domain }}/ k3s.yaml.{{ .Values.configuration.id }}
117+ curl -sflkO https://{{ .Values.configuration.host }}.{{ .Values.configuration.domain }}{{ .Values.configuration.wwwpath }} token.{{ .Values.configuration.id }}
118+ curl -sflkO https://{{ .Values.configuration.host }}.{{ .Values.configuration.domain }}{{ .Values.configuration.wwwpath }} k3s.yaml.{{ .Values.configuration.id }}
119119 {{- else }}
120- curl -sflkO https://{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}:{{ .Values.configuration.portHTTPS }}/ token.{{ .Values.configuration.id }}
121- curl -sflkO https://{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}:{{ .Values.configuration.portHTTPS }}/ k3s.yaml.{{ .Values.configuration.id }}
120+ curl -sflkO https://{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}:{{ .Values.configuration.portHTTPS }}{{ .Values.configuration.wwwpath }} token.{{ .Values.configuration.id }}
121+ curl -sflkO https://{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}:{{ .Values.configuration.portHTTPS }}{{ .Values.configuration.wwwpath }} k3s.yaml.{{ .Values.configuration.id }}
122122 {{- end }}
123123 export INSTALL_K3S_VERSION=$(echo "{{ default .Chart.AppVersion .Values.image.tag }}" | sed -e "s/-k3/+k3/")
124124 export K3S_TOKEN=$(cat token.{{ .Values.configuration.id }})
You can’t perform that action at this time.
0 commit comments