Fix apply command

This commit is contained in:
Weilbyte 2021-06-17 17:53:42 +02:00 committed by GitHub
parent fecf82503f
commit 8cd434fc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!**