-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HIP: Server Side Apply support #312
base: main
Are you sure you want to change the base?
Conversation
95e4e59
to
3c11723
Compare
hips/hip-00XX.md
Outdated
|
||
#### Special | ||
|
||
- `--dry-run=client` doesn't work with SSA enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattfarina points out that this will make it difficult for user's to preview changes
hips/hip-00XX.md
Outdated
|
||
#### Conflicts and forcing | ||
|
||
It is possible when Helm upgrades a chart, that there will be a field conflict with another field manager. In this case, Helm should report the error to the user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: verify we can abort atomically across multiple objects (Ian Z points this out)
@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 |
83adec1
to
c1b29c9
Compare
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
e1e4d73
to
9048d85
Compare
HIP for Helm to support SSA