mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Revert API_HOST endpoint variable from gate to deck service setting (#11397)
* move the API_HOST variable to deck.yml, where it belongs Signed-off-by: Miles Matthias <mmatthias@google.com> * bump chart version for gate fix Signed-off-by: Miles Matthias <mmatthias@google.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5863186a81
commit
5a95accf98
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
|
||||
name: spinnaker
|
||||
version: 1.7.0
|
||||
version: 1.7.1
|
||||
appVersion: 1.11.6
|
||||
home: http://spinnaker.io/
|
||||
sources:
|
||||
|
||||
@@ -18,6 +18,12 @@ data:
|
||||
{{- end }}
|
||||
skipLifeCycleManagement: true
|
||||
gate.yml: |-
|
||||
kubernetes:
|
||||
{{- if .Values.ingress.enabled }}
|
||||
useExecHealthCheck: false
|
||||
serviceType: NodePort
|
||||
{{- end }}
|
||||
deck.yml: |-
|
||||
env:
|
||||
API_HOST: http://spin-gate.{{ .Release.Namespace }}:8084
|
||||
kubernetes:
|
||||
@@ -25,9 +31,3 @@ data:
|
||||
useExecHealthCheck: false
|
||||
serviceType: NodePort
|
||||
{{- end }}
|
||||
deck.yml: |-
|
||||
kubernetes:
|
||||
{{- if .Values.ingress.enabled }}
|
||||
useExecHealthCheck: false
|
||||
serviceType: NodePort
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user