Tweak style rule (#3958)

This commit is contained in:
Samia Nneji 2021-07-07 17:09:18 +01:00 committed by GitHub
parent fbcf816f63
commit bdede812b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Apply code formatting only to special-purpose text:
2. Apply the YAML file by running the command:
```bash
kubectl apply --filename <filename>.yaml
kubectl apply -f <filename>.yaml
```
Where `<filename>` is the name of the file you created in the previous step.