From 5050aca22b02d276e218ec04cdfe0b1797c708d8 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Fri, 14 Aug 2026 16:59:21 +0200 Subject: [PATCH] . --- charts/tenant/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tenant/templates/deployment.yaml b/charts/tenant/templates/deployment.yaml index 305dde1..074bfa9 100644 --- a/charts/tenant/templates/deployment.yaml +++ b/charts/tenant/templates/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ .Values.name }}-jupyter + name: jupyter namespace: {{ .Release.Namespace }} labels: app: jupyter