From 31905a4a4d80d5563c22ed04ca9504647fbbbaf8 Mon Sep 17 00:00:00 2001 From: brandon Date: Mon, 5 Apr 2021 22:07:02 -0400 Subject: [PATCH] add namespace --- helm-guestbook/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-guestbook/templates/ingress.yaml b/helm-guestbook/templates/ingress.yaml index 14345ca..fbbd9ea 100644 --- a/helm-guestbook/templates/ingress.yaml +++ b/helm-guestbook/templates/ingress.yaml @@ -3,6 +3,7 @@ apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ template "helm-guestbook.fullname" . }} + namespace: {{ template "helm-guestbook.fullname" . }} {{- with .Values.ingress.annotations }} annotations: {{- toYaml . | nindent 4 }}