orchestrator generator option to remove contents prior to write #650
Unanswered
dallas-fletchall
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What product are you having troubles with?
Console
What Console version are you using?
1.120.1
Description
The orchestrator generator does not seem to have a mechanism for clearing a directory of all files not in the payload.
e.g. in a previous deploy, a file named
/prod/deployment/file1.ymlwas part of the payload, but on the current deploy I do not return a/prod/deployment/file1.yml.How would I indicate that I want the entire directory to be cleared and only the files in the response will exist after deploy?
Actual Outcome
A file created in a previous deploy will continue to exist on all subsequent deploys without some external action.
Expected Outcome
The ability to clear directory contents of all files not specified in the response payload of the orchestrator generator.
Beta Was this translation helpful? Give feedback.
All reactions