From 7f704b8859c769c3471b53908dbcde800e9be7c0 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Wed, 20 Nov 2024 10:36:59 +0100 Subject: [PATCH] Update --- templates/deployment.yaml | 1 + templates/ingress.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 285842e..3efb79e 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Release.Name }} + namespace: {{ .Release.Namespace }} labels: {{- include "basic-app.labels" . | nindent 4 }} spec: diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 6fed2fc..035e157 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -3,6 +3,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ .Release.Name }} + namespace: {{ .Release.Namespace }} labels: {{- include "basic-app.labels" . | nindent 4 }} {{- with .Values.ingress.annotations }}