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