From c9637eb686d37829ffc62c0fb90f28259b675d70 Mon Sep 17 00:00:00 2001 From: Glenn Goodrich Date: Fri, 30 Mar 2018 13:38:39 -0400 Subject: [PATCH] Fix Kubernetes Server URL --- skookum-jenkins/config.xml | 4 ++-- skookum-jenkins/templates/config.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skookum-jenkins/config.xml b/skookum-jenkins/config.xml index 0bc71d6..910a8c3 100644 --- a/skookum-jenkins/config.xml +++ b/skookum-jenkins/config.xml @@ -100,7 +100,7 @@ - https://kubernetes.default + https://kubernetes.default.svc false default http://jenkins-jenkins:8080 @@ -129,4 +129,4 @@ true - \ No newline at end of file + diff --git a/skookum-jenkins/templates/config.tpl b/skookum-jenkins/templates/config.tpl index 986a88a..a959a47 100644 --- a/skookum-jenkins/templates/config.tpl +++ b/skookum-jenkins/templates/config.tpl @@ -125,7 +125,7 @@ data: {{- end -}} - https://kubernetes.default + https://kubernetes.default.svc false {{ .Release.Namespace }} http://{{ template "jenkins.fullname" . }}:{{.Values.Master.ServicePort}}{{ default "" .Values.Master.JenkinsUriPrefix }} @@ -209,4 +209,4 @@ data: {{ $val | indent 4 }} {{- end }} {{- end }} -{{ end }} \ No newline at end of file +{{ end }}