diff --git a/templates/_deployment.tpl b/templates/_deployment.tpl index c09de88..cef88cd 100644 --- a/templates/_deployment.tpl +++ b/templates/_deployment.tpl @@ -4,6 +4,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "lib.fullname" . }} + namespace: {{ .Values.namespace }} labels: {{- include "lib.labels" . | nindent 4 }} spec: