[bitnami/geode] Fix context for include inside range extraHosts (#9435)

Signed-off-by: Konstantin Grachev <me@grachevko.ru>
This commit is contained in:
Konstantin Grachev
2022-03-17 18:14:37 +03:00
committed by GitHub
parent a7d6277890
commit e0c70eb3c0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: