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

@@ -55,8 +55,8 @@ resources:
- wordpress
- mysql
namePrefix: demo-
patchesStrategicMerge:
- patch.yaml
patches:
- path: patch.yaml
EOF
```