Skip to content

Commit

Permalink
Fix typo (#2399)
Browse files Browse the repository at this point in the history
Fix kubectl typo
  • Loading branch information
cloudmaniac authored Mar 13, 2024
1 parent d91c47f commit 12199a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ following the process described in the
--target-namespace ${TEST_NAMESPACE} \
> ./cluster.yaml
kubectl create namespace ${TEST_NAMESPACE}
kubectl apply -filename ./cluster.yaml -namespace ${TEST_NAMESPACE}
kubectl apply --filename ./cluster.yaml -namespace ${TEST_NAMESPACE}
```

The snippet below displays the output of the command.
Expand Down

0 comments on commit 12199a4

Please sign in to comment.