From b2f1b2f7b1f6031725b3f8fa59315d6c42d5571b Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:09:23 +1000 Subject: [PATCH] test helm --- charts/templates/configmap.yaml | 12 ++++++++++++ charts/templates/deployment.yaml | 9 ++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 charts/templates/configmap.yaml diff --git a/charts/templates/configmap.yaml b/charts/templates/configmap.yaml new file mode 100644 index 0000000..debb5e3 --- /dev/null +++ b/charts/templates/configmap.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-index-html-configmap + namespace: default +data: + index.html: | + +

Welcome

+
+

Hi! I got deployed in {{ .Values.env.name }} Environment using Helm Chart

+