Merge commit '939177be6b30bd19dd3acfc1ae85690b83803234' as 'acm-hub-bootstrap'
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: hello-world-configmap
|
||||
labels:
|
||||
app.kubernetes.io/instance: hello-world
|
||||
data:
|
||||
"index.html": |-
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hello World</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<br/>
|
||||
<h2>
|
||||
Hub Cluster domain is '{{ .Values.global.hubClusterDomain }}' <br>
|
||||
Pod is running on Local Cluster Domain '{{ .Values.global.localClusterDomain }}' <br>
|
||||
</h2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user