We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77caad6 commit aca6b30Copy full SHA for aca6b30
chart/openfaas/templates/ingress.yaml
@@ -3,6 +3,7 @@ apiVersion: extensions/v1beta1
3
kind: Ingress
4
metadata:
5
name: {{ template "openfaas.name" . }}-ingress
6
+ namespace: {{ .Release.Namespace | quote }}
7
labels:
8
app: {{ template "openfaas.name" . }}
9
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
0 commit comments