-
Notifications
You must be signed in to change notification settings - Fork 39
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 inquirer option to set pullPolicy #639
base: main
Are you sure you want to change the base?
add inquirer option to set pullPolicy #639
Conversation
willcl-ark
commented
Oct 8, 2024
- add inquirer option to set pullPolicy
- ask follow-up questions in order. Previous selecting "other" meant waiting until later in the question phase before you were asked how many "other" actually meant.
- Use inquirer shortcut functions for all questions to simplify and allow intermediate questions in order.
fc5f1c1
to
d0d2bf4
Compare
Any objections to this? I'd like to merge, especially for the second commit. |
Will the first commit pull images every time we Edit: Oh, I see it defaults to "no". That seems fine. |
d0d2bf4
to
711156a
Compare
Yeah, I guess I could technically drop this commit now that we have actual version numbers on the vuln images... I still think it's kinda useful though to fetch new versions automagically if desired (and if not you just |
Agree. ACK 711156a |