gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
619 stars 105 forks source link

feat: Allow field manager to be user defined #149

Closed stevehipwell closed 5 months ago

stevehipwell commented 2 years ago

It would be useful to be able to set a custom field manager when using server-side apply.

This builds on top of the work done in #148 to enable forcing changes.

Fixes #139.

stevehipwell commented 2 years ago

@gavinbunney this change would be good to be released with the changes in #148 if you could take a look?

stevehipwell commented 2 years ago

@gavinbunney any chance of looking at this?

stevehipwell commented 2 years ago

@retrohacker I saw you've made a commit recently, do you have the ability to merge this?

stevehipwell commented 2 years ago

@gavinbunney could you look at getting this merged in?

stevehipwell commented 2 years ago

@gavinbunney could you review this?

zeppelinen commented 1 year ago

If anything, I maintain the fork with more or less up-to-date fixes I find across the github for my internal needs here: https://github.com/navvis-dev/terraform-provider-kubectl. Feel free to pull and build yourself.

stevehipwell commented 1 year ago

@zeppelinen I think alekc/terraform-provider-kubectl has this change merged and a number of other fixes including the wait fix.