fix: remove spec.subdomain field from OpenShift route
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:
parent
eddfa674ce
commit
cd4043463e
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: "1.3.6"
|
appVersion: "1.3.6"
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 1.6.2
|
version: 1.6.3
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -16,7 +16,6 @@ metadata:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
host: {{ .Values.server.route.hostname | quote }}
|
host: {{ .Values.server.route.hostname | quote }}
|
||||||
subdomain: ''
|
|
||||||
to:
|
to:
|
||||||
kind: Service
|
kind: Service
|
||||||
name: {{ template "argo-cd.server.fullname" . }}
|
name: {{ template "argo-cd.server.fullname" . }}
|
||||||
|
|
Loading…
Reference in a new issue