Merge "Adjusting of getting kibana ingress value parameters."
This commit is contained in:
commit
1760ca7af5
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Helm-Toolkit
|
||||
name: helm-toolkit
|
||||
version: 0.2.46
|
||||
version: 0.2.47
|
||||
home: https://docs.openstack.org/openstack-helm
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
|
||||
sources:
|
||||
|
@ -685,7 +685,7 @@ spec:
|
||||
{{ $hostRules | include "helm-toolkit.manifests.ingress._host_rules" | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if not ( hasSuffix ( printf ".%s.svc.%s" $envAll.Release.Namespace $envAll.Values.endpoints.cluster_domain_suffix) $hostNameFull) }}
|
||||
{{- $ingressConf := $envAll.Values.network.kibana.ingress -}}
|
||||
{{- $ingressConf := $envAll.Values.network -}}
|
||||
{{- $ingressClasses := ternary (tuple "namespace") (tuple "namespace" "cluster") (and (hasKey $ingressConf "use_external_ingress_controller") $ingressConf.use_external_ingress_controller) }}
|
||||
{{- range $key2, $ingressController := $ingressClasses }}
|
||||
{{- $vHosts := list $hostNameFull }}
|
||||
|
@ -53,4 +53,5 @@ helm-toolkit:
|
||||
- 0.2.44 Added OCI registry authentication
|
||||
- 0.2.45 Modify use_external_ingress_controller place in openstack-helm values.yaml
|
||||
- 0.2.46 Fixed for getting kibana ingress value parameters
|
||||
- 0.2.47 Adjusting of kibana ingress value parameters
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user