Skip to content

Commit 83251dc

Browse files
committed
fix(helm): change service_url port template to %s
1 parent 1fe9d5c commit 83251dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/kubenurse/templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
- name: KUBENURSE_INGRESS_URL
5555
value: https://{{ .Values.ingress.url }}
5656
- name: KUBENURSE_SERVICE_URL
57-
value: {{ default (printf "http://%s.%s.svc.cluster.local:%.f" $fullName .Release.Namespace .Values.service.port) .Values.service_url }}
57+
value: {{ default (printf "http://%s.%s.svc.cluster.local:%s" $fullName .Release.Namespace .Values.service.port) .Values.service_url }}
5858
- name: KUBENURSE_INSECURE
5959
value: {{ .Values.insecure | quote }}
6060
- name: KUBERNETES_SERVICE_DNS

0 commit comments

Comments
 (0)