adding a namespace:gp
This commit is contained in:
parent
5180ffdf46
commit
8bd4b5b02f
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user