From dc23963c249db41533fbcf99d39c98b998d4f9d2 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:09:53 -0700 Subject: [PATCH] adding a namespace:gp --- helm/templates/deployment.yaml | 1 + helm/values.yaml | 1 + 2 files changed, 2 insertions(+) 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.