diff --git a/charts/podinfo/templates/httproute.yaml b/charts/podinfo/templates/httproute.yaml index b10394c..c700817 100644 --- a/charts/podinfo/templates/httproute.yaml +++ b/charts/podinfo/templates/httproute.yaml @@ -5,6 +5,7 @@ apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: {{ $fullName }} + namespace: {{ include "podinfo.namespace" . }} labels: {{- include "podinfo.labels" . | nindent 4 }} {{- with .Values.httpRoute.additionalLabels }}