mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 03:58:02 +08:00
[bitnami/geode] Fix context for include inside range extraHosts (#9435)
Signed-off-by: Konstantin Grachev <me@grachevko.ru>
This commit is contained in:
committed by
GitHub
parent
a7d6277890
commit
e0c70eb3c0
@@ -22,4 +22,4 @@ name: geode
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-geode
|
||||
- https://github.com/apache/geode
|
||||
version: 0.4.10
|
||||
version: 0.4.11
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
|
||||
pathType: {{ default "ImplementationSpecific" .pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-locator" (include "common.names.fullname" .)) "servicePort" "http" "context" $) | nindent 14 }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-locator" (include "common.names.fullname" $)) "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if or (and .Values.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.ingress.annotations )) .Values.ingress.selfSigned)) .Values.ingress.extraTls }}
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user