mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Merge pull request #270 from Liujingfang1/docs
fix bug in the example download links
This commit is contained in:
@@ -53,6 +53,8 @@ bases:
|
|||||||
- wordpress
|
- wordpress
|
||||||
- mysql
|
- mysql
|
||||||
namePrefix: demo-
|
namePrefix: demo-
|
||||||
|
patches:
|
||||||
|
- patch.yaml
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -65,7 +67,7 @@ In the new kustomization, apply a patch for wordpress deployment. The patch does
|
|||||||
```
|
```
|
||||||
CONTENT="https://raw.githubusercontent.com\
|
CONTENT="https://raw.githubusercontent.com\
|
||||||
/kubernetes-sigs/kustomize\
|
/kubernetes-sigs/kustomize\
|
||||||
/master/examples/patch.yaml"
|
/master/examples/wordpress"
|
||||||
|
|
||||||
curl -s -o "$DEMO_HOME/#1.yaml" \
|
curl -s -o "$DEMO_HOME/#1.yaml" \
|
||||||
"$CONTENT/{patch}.yaml"
|
"$CONTENT/{patch}.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user