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

kapitan.razee.io/mode force-apply once #4

Open
alewitt2 opened this issue Jun 3, 2019 · 1 comment
Open

kapitan.razee.io/mode force-apply once #4

alewitt2 opened this issue Jun 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@alewitt2
Copy link
Member

alewitt2 commented Jun 3, 2019

Allow option to force a change on once, but then revert back to merge patching. This allows for issues related to immutable fields, but shouldnt continually force updates once the desired force has completed.

possiblly just add this behavior for a forceApply mode with warning about possible consequences in docs:

try 
  apply(newFile)
catch
  let oldResource = liveResource
  delete(liveResource)
  try
    apply(newFile)
  catch
    apply(oldResource)
@alewitt2 alewitt2 added the enhancement New feature or request label Jun 3, 2019
@alewitt2
Copy link
Member Author

alewitt2 commented Jun 3, 2019

CompositeController

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant