[bitnami/nats] Fix context for include inside range extraHosts (#9437)

Signed-off-by: Konstantin Grachev <me@grachevko.ru>
This commit is contained in:
Konstantin Grachev
2022-03-21 13:19:25 +01:00
committed by GitHub
parent 15d2ae981e
commit 7bfde8e256
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ name: nats
sources:
- https://github.com/bitnami/bitnami-docker-nats
- https://nats.io/
version: 7.1.10
version: 7.1.11
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "tcp-monitoring" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "tcp-monitoring" "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: