apiVersion: v1 kind: ConfigMap metadata: name: test-config data: color: "${color:=blue}" shape: "${shape:=square}"