[stable/drone] fixing server.protocol and NOTES.txt (#10971)

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Max Williams
2019-01-29 06:59:01 -08:00
committed by Kubernetes Prow Robot
parent bf484e940f
commit 6cfd5ba1ea
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: drone
home: https://drone.io/
icon: https://drone.io/apple-touch-icon.png
version: 2.0.0-rc.2
version: 2.0.0-rc.3
appVersion: 1.0.0-rc.4
description: Drone is a Continuous Delivery system built on container technology
keywords:
+2 -2
View File
@@ -6,7 +6,7 @@
{{- if .Values.ingress.enabled }}
From outside the cluster, the server URL(s) are:
{{- range .Values.ingress.hosts }}
http://{{ . }}
{{ $.Values.server.protocol }}://{{ . }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
@@ -76,4 +76,4 @@ By setting `server.kubernetes.enabled=false` you've disabled kubernetes
pipelines and are instead using the legacy agent method which utilizes
either docker-in-docker or host mounting in the docker socket. This is
not recommended due to the additional security concerns.
{{- end }}
{{- end }}
+2 -2
View File
@@ -110,8 +110,8 @@ server:
##
# host: "drone.domain.io"
## protocol should be http:// or https://
protocol: http://
## protocol should be http or https
protocol: http
## Initial admin user
## Leaving this blank may make it impossible to log into drone.