apiVersion: v1
kind: ConfigMap
metadata:
name: hello-world-configmap
labels:
app.kubernetes.io/instance: hello-world
data:
"index.html": |-
Hello World
Hello World!
Hub Cluster domain is '{{ .Values.global.hubClusterDomain }}'
Pod is running on Local Cluster Domain '{{ .Values.global.localClusterDomain }}'