10 lines
168 B
YAML
10 lines
168 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: nimh-static-files
|
|
namespace: nimh
|
|
|
|
data:
|
|
index.html: |
|
|
{{ file.Read "../site/index.html" | strings.Indent 4}}
|