Skip to content

Commit f800623

Browse files
authored
helm namespace bugfix (#183)
1 parent 3a9a1b2 commit f800623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/deployments/helm/charts/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: {{ include "{{APPNAME}}.fullname" . }}
55
labels:
66
{{- include "{{APPNAME}}.labels" . | nindent 4 }}
7+
namespace: {{ .Values.namespace }}
78
spec:
89
{{- if not .Values.autoscaling.enabled }}
910
replicas: {{ .Values.replicaCount }}

0 commit comments

Comments
 (0)