k8s/charts/templates/configmap.yaml

12 lines
273 B
YAML
Raw Normal View History

2023-06-19 22:09:23 +10:00
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