mirror of
https://github.com/fluxcd/flux2.git
synced 2026-07-03 20:35:07 +00:00
7 lines
121 B
YAML
7 lines
121 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: test-config
|
|
data:
|
|
color: "${color:=blue}"
|
|
shape: "${shape:=square}"
|