Fix typo in documentation

Fix a typo in an example URL in the resources.md Kustomization file documentation
This commit is contained in:
Tabitha Sable
2025-04-28 15:23:15 -05:00
committed by GitHub
parent 7372f97c19
commit aa2c9ca440

View File

@@ -20,7 +20,7 @@ resources:
- ../../commonbase
- github.com/kubernetes-sigs/kustomize/examples/multibases?ref=v1.0.6
- deployment.yaml
- github.com/kubernets-sigs/kustomize/examples/helloWorld?ref=test-branch
- github.com/kubernetes-sigs/kustomize/examples/helloWorld?ref=test-branch
```
Resources will be read and processed in depth-first order.