We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe9d5c commit 83251dcCopy full SHA for 83251dc
helm/kubenurse/templates/daemonset.yaml
@@ -54,7 +54,7 @@ spec:
54
- name: KUBENURSE_INGRESS_URL
55
value: https://{{ .Values.ingress.url }}
56
- name: KUBENURSE_SERVICE_URL
57
- value: {{ default (printf "http://%s.%s.svc.cluster.local:%.f" $fullName .Release.Namespace .Values.service.port) .Values.service_url }}
+ value: {{ default (printf "http://%s.%s.svc.cluster.local:%s" $fullName .Release.Namespace .Values.service.port) .Values.service_url }}
58
- name: KUBENURSE_INSECURE
59
value: {{ .Values.insecure | quote }}
60
- name: KUBERNETES_SERVICE_DNS
0 commit comments