From f800623990f56ba7f3e82fa43d507db06415ef6f Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 15 Feb 2023 17:12:29 -0500 Subject: [PATCH] helm namespace bugfix (#183) --- template/deployments/helm/charts/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/deployments/helm/charts/templates/deployment.yaml b/template/deployments/helm/charts/templates/deployment.yaml index acf27595..43f53664 100644 --- a/template/deployments/helm/charts/templates/deployment.yaml +++ b/template/deployments/helm/charts/templates/deployment.yaml @@ -4,6 +4,7 @@ metadata: name: {{ include "{{APPNAME}}.fullname" . }} labels: {{- include "{{APPNAME}}.labels" . | nindent 4 }} + namespace: {{ .Values.namespace }} spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }}