fix: remove spec.subdomain field from OpenShift route (#209)

This spec.subdomain field is not part of OpenShift 3.11 route OpenAPI
specification and since it's empty it can safely be removed without impacting
OpenShift 4.
This commit is contained in:
Yann Soubeyrand 2020-01-19 23:47:11 +01:00 committed by Sean Johnson
parent eddfa674ce
commit 7756ac1d70
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.3.6"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 1.6.2
version: 1.6.3
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View file

@ -16,7 +16,6 @@ metadata:
{{- end }}
spec:
host: {{ .Values.server.route.hostname | quote }}
subdomain: ''
to:
kind: Service
name: {{ template "argo-cd.server.fullname" . }}