Files
homelab-config/homelab-services/nimh-static/k3s/configmap.yaml
T

10 lines
168 B
YAML
Raw Normal View History

2026-05-27 00:38:43 -05:00
apiVersion: v1
kind: ConfigMap
metadata:
name: nimh-static-files
namespace: nimh
data:
index.html: |
{{ file.Read "../site/index.html" | strings.Indent 4}}