diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index e0fae43c..efdf3da9 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "dragon-bot.fullname" . }} + namespace: {{ .Values.namespace}} labels: {{- include "dragon-bot.labels" . | nindent 4 }} spec: diff --git a/helm/values.yaml b/helm/values.yaml index dddfd7ee..05c7ee40 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,6 +3,7 @@ # Declare variables to be passed into your templates. replicaCount: 1 +namespace: dragon-bot image: # Overrides the image tag whose default is the chart appVersion.