Skip to content

Commit aca6b30

Browse files
hullarbalexellis
authored andcommitted
Fixes openfaas#350 by adding missing namespace to ingress resource template
Signed-off-by: Bela Hullar <[email protected]>
1 parent 77caad6 commit aca6b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/openfaas/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: extensions/v1beta1
33
kind: Ingress
44
metadata:
55
name: {{ template "openfaas.name" . }}-ingress
6+
namespace: {{ .Release.Namespace | quote }}
67
labels:
78
app: {{ template "openfaas.name" . }}
89
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}

0 commit comments

Comments
 (0)