helm / community

Helm community content
https://helm.sh
417 stars 175 forks source link

HIP: Server Side Apply support #312

Open gjenkins8 opened 1 year ago

gjenkins8 commented 1 year ago

HIP for Helm to support SSA

morremeyer commented 1 year ago

@gjenkins8 I think this HIP as written would apply to the release secret itself, too. Am I correct with this understanding?

We're running into the issue that the release secret is > 1MB in https://github.com/community-tooling/charts because of the kubectl.kubernetes.io/last-applied-configuration containing the whole config again. Using SSA, that would/could be avoided as far as I'm aware.