From 2bfc729b61f6aa54bdf0f786e035d5cddb01cfb8 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:59:10 +1000 Subject: [PATCH] test helm --- charts/templates/deployment.yaml | 1 + charts/values.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 449b05c..83d763c 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: app: nginx spec: replicas: {{ .Values.replicaCount }} + namespace: {{ .Values.namespace }} selector: matchLabels: app: nginx diff --git a/charts/values.yaml b/charts/values.yaml index ade80d6..9c359e3 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -12,4 +12,6 @@ service: targetPort: 8776 env: - name: dev \ No newline at end of file + name: dev + +namespace: vdk2ch \ No newline at end of file