k8s/charts/templates/configmap.yaml
Simple_Not b2f1b2f7b1
All checks were successful
continuous-integration/drone/push Build is passing
test helm
2023-06-19 22:09:23 +10:00

12 lines
273 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-index-html-configmap
namespace: default
data:
index.html: |
<html>
<h1>Welcome</h1>
</br>
<h1>Hi! I got deployed in {{ .Values.env.name }} Environment using Helm Chart </h1>
</html