1
0
mirror of synced 2026-06-19 11:50:47 +00:00

Honor ks.spec.postBuild.substituteStrategy

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2026-06-17 17:25:41 +01:00
parent 44612a750d
commit 1e104631e4
8 changed files with 87 additions and 3 deletions
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: test-config
data:
color: "${color:=blue}"
shape: "${shape:=square}"