fix(examples): move examples from patchesStrategicMerge to patches

This commit is contained in:
Daniel Strebel
2023-06-09 22:32:19 +02:00
parent 336bc14e1a
commit d37c0eb477
15 changed files with 74 additions and 74 deletions

View File

@@ -67,8 +67,8 @@ commonLabels:
who: alice
resources:
- ../../base
patchesStrategicMerge:
- temperature.yaml
patches:
- path: temperature.yaml
EOF
cat <<EOF >$DEMO_HOME/breakfast/overlays/alice/temperature.yaml
@@ -90,8 +90,8 @@ commonLabels:
who: bob
resources:
- ../../base
patchesStrategicMerge:
- topping.yaml
patches:
- path: topping.yaml
EOF
cat <<EOF >$DEMO_HOME/breakfast/overlays/bob/topping.yaml