2025-06-22 21:28:29 +03:00

8 lines
157 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-html
data:
index.html: |
<html><body><h1>{{ .Values.message }}</h1></body></html>