Skip to content

Commit

Permalink
Corrected Kubernetes spelling (kyverno#5134)
Browse files Browse the repository at this point in the history
* Corrected Kubernetes spelling

Signed-off-by: Quirino Gervacio <[email protected]>

* fix codegen

Signed-off-by: Charles-Edouard Brétéché <[email protected]>

Signed-off-by: Quirino Gervacio <[email protected]>
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Co-authored-by: shuting <[email protected]>
Co-authored-by: kyverno-bot <[email protected]>
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
5 people authored Oct 31, 2022
1 parent 7137cca commit 9e89aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kyverno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can do so by following instructions in these pages of ArgoCD documentation:

ArgoCD uses helm only for templating but applies the results with `kubectl`.

Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kuberrnetes. Using `Replace` overcomes this limitation.
Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kubernetes. Using `Replace` overcomes this limitation.

Another option is to use server side apply, this will be supported in ArgoCD v2.5.

Expand Down
2 changes: 1 addition & 1 deletion charts/kyverno/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can do so by following instructions in these pages of ArgoCD documentation:

ArgoCD uses helm only for templating but applies the results with `kubectl`.

Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kuberrnetes. Using `Replace` overcomes this limitation.
Unfortunately `kubectl` adds metadata that will cross the limit allowed by Kubernetes. Using `Replace` overcomes this limitation.

Another option is to use server side apply, this will be supported in ArgoCD v2.5.

Expand Down

0 comments on commit 9e89aa3

Please sign in to comment.