Skip to content

Commit

Permalink
helm namespace bugfix (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Feb 15, 2023
1 parent 3a9a1b2 commit f800623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/deployments/helm/charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f800623

Please sign in to comment.