Fix apply command
This commit is contained in:
parent
fecf82503f
commit
8cd434fc32
|
|
@ -99,7 +99,7 @@ patchesStrategicMerge:
|
||||||
Deploy (run inside directory with your kustomization file):
|
Deploy (run inside directory with your kustomization file):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
kubectl -k .
|
kubectl apply -k .
|
||||||
```
|
```
|
||||||
|
|
||||||
**Step 6: Finally, test your environment!**
|
**Step 6: Finally, test your environment!**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue