Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: George Jenkins <[email protected]>
  • Loading branch information
gjenkins8 committed Oct 10, 2023
1 parent c1b29c9 commit 3f802da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hips/hip-00XX.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ status: "draft"
## Abstract

<!-- A short (~200 word) description of the technical issue being addressed. -->
This HIP proposes for Helm to support Kubernetes' [Server-Side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) (SSA) for object management.
This HIP proposes for Helm to support Kubernetes' [Server-Side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) (SSA) for [object](https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-object) management.

Helm 3 introduced [three-way strategic merge and patch](https://helm.sh/docs/faq/changes_since_helm2/#improved-upgrade-strategy-3-way-strategic-merge-patches). Allowing Helm to update objects which have been modified by other processes. Kubernetes now offers a similar server-side process that has several advantages over the client-side apply (CSA) methods that Helm, and kubectl (for example), have traditionally utilized.

Expand Down

0 comments on commit 3f802da

Please sign in to comment.