Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for recreating objects when immutable fields are updated #271

Merged
merged 3 commits into from
Feb 23, 2021

Commits on Feb 22, 2021

  1. Support recreating objects on immutable field updates

    Allow passing --force to kubectl apply. Useful when dealing with
    immutable field changes in resources.
    
    Signed-off-by: Aurel Canciu <[email protected]>
    relu authored and stefanprodan committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    729dc97 View commit details
    Browse the repository at this point in the history
  2. Update fluxcd/pkg/runtime to v0.8.3

    Signed-off-by: Stefan Prodan <[email protected]>
    stefanprodan committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    30c793e View commit details
    Browse the repository at this point in the history
  3. Add spec.force to API docs

    Signed-off-by: Stefan Prodan <[email protected]>
    stefanprodan committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    65cfce2 View commit details
    Browse the repository at this point in the history