Skip to content

Commit

Permalink
Properly spell Kubernetes (dapr#8394)
Browse files Browse the repository at this point in the history
Signed-off-by: vil02 <65706193+vil02@users.noreply.github.com>
  • Loading branch information
vil02 authored Jan 21, 2025
1 parent 412952d commit ab312b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dapr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The Helm chart has the follow configuration options that can be supplied:
| `global.extraVolumeMounts.operator` | Array of extra volume mounts to make available to operator pod containers | `[]` |
| `global.extraVolumeMounts.injector` | Array of extra volume mounts to make available to sidecar injector pod containers | `[]` |
| `global.extraVolumeMounts.scheduler` | Array of extra volume mounts to make available to scheduler pod containers | `[]` |
| `global.dnsSuffix` | Kuberentes DNS suffix | `.cluster.local` |
| `global.dnsSuffix` | Kubernetes DNS suffix | `.cluster.local` |
| `global.daprControlPlaneOs` | Operating System for Dapr control plane | `linux` |
| `global.daprControlPlaneArch` | CPU Architecture for Dapr control plane | `amd64` |
| `global.nodeSelector` | Pods will be scheduled onto a node node whose labels match the nodeSelector | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion tests/platforms/kubernetes/portforward.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type PodPortForwarder struct {
readyChannel chan struct{}
}

// PortForwardRequest encapsulates data required to establish a Kuberentes tunnel.
// PortForwardRequest encapsulates data required to establish a Kubernetes tunnel.
type PortForwardRequest struct {
// restConfig is the kubernetes config
restConfig *rest.Config
Expand Down

0 comments on commit ab312b2

Please sign in to comment.