1e104631e4
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
8 lines
121 B
YAML
8 lines
121 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: test-config
|
|
data:
|
|
color: "${color:=blue}"
|
|
shape: "${shape:=square}"
|