12 lines
304 B
YAML
12 lines
304 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: hello-config
|
|
namespace: skeleton-demo
|
|
labels:
|
|
app.kubernetes.io/name: hello-config
|
|
app.kubernetes.io/part-of: skeleton-demo
|
|
app.kubernetes.io/managed-by: kustomize
|
|
data:
|
|
message: "replace this example with a real application definition"
|