helmview/helm-test/templates/configmap.yaml
2026-01-19 00:31:27 +02:00

17 lines
331 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "aws-dvirlabs-nginx.fullname" . }}-html
data:
index.html: |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>aws-dvirlabs.com</title>
</head>
<body>
<h1>{{ .Values.html.h1 }}</h1>
</body>
</html>