mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/drone] fixing server.protocol and NOTES.txt (#10971)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bf484e940f
commit
6cfd5ba1ea
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user