adding a namespace:gp

This commit is contained in:
Luke Robles 2022-08-16 13:09:53 -07:00
parent 47206740f4
commit 33a95a89ec
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: {{ include "dragon-bot.fullname" . }} name: {{ include "dragon-bot.fullname" . }}
namespace: {{ .Values.namespace}}
labels: labels:
{{- include "dragon-bot.labels" . | nindent 4 }} {{- include "dragon-bot.labels" . | nindent 4 }}
spec: spec:

View File

@ -3,6 +3,7 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
namespace: dragon-bot
image: image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.