Skip to content

Commit 1f043f1

Browse files
committed
fix(charts): honor helm release namespace
1 parent 3f6ec6b commit 1f043f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/controller-ingress-rule-http-80.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: extensions/v1beta1
33
kind: Ingress
44
metadata:
5-
namespace: "deis"
5+
namespace: "{{ .Release.Namespace }}"
66
name: "controller-api-server-ingress-http"
77
labels:
88
app: "controller"

0 commit comments

Comments
 (0)