File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : smarter-k3s-edge
3- version : 0.0.1
3+ version : 0.0.2
44appVersion : v1.25.3-k3s1
55description : K3s server on kubernetes
66home : https://k3s.io/
Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ spec:
151151 image : {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
152152 command : [ "/bin/k3s",
153153 " server" ,
154- " --tls-san" ,"{{ .Values.configuration.hostip }}",
155- " --advertise-address" , "{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP}}",
154+ " --tls-san" ,"{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP }}",
155+ " --advertise-address" , "{{ default .Values.configuration.hostIP .Values.configuration.externalHostIP }}",
156156 " --https-listen-port" , "{{ .Values.configuration.port }}",
157157 " --disable-agent" ,
158158 " --disable" ,"traefik",
You can’t perform that action at this time.
0 commit comments