Skip to content

Commit

Permalink
fix: Kubernetes misspelling (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoManito authored Nov 7, 2023
1 parent 0d2dd96 commit e38a364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/config/kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes Config

### Usage in the Kubernates Cluster
### Usage in the Kubernetes Cluster
It is required to
> serviceaccount should be set to the actual account of your environment, the default account will be `namespace::default` if the `spec.serviceAccount` is unset.
execute this command:
Expand All @@ -23,7 +23,7 @@ subjects:
namespace: mesh
```
### Usage outside the Kubernates Cluster
### Usage outside the Kubernetes Cluster
Set the path `~/.kube/config` to KubeConfig
```go
config.NewSource(SourceOption{
Expand Down

0 comments on commit e38a364

Please sign in to comment.