We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now policy-server will always download all the policies defined inside of the policies.yml file, even if they have already been downloaded.
policies.yml
This is sub-optimal, changing a policy setting requires to restart the policy-server, which then causes all the policies to be downloaded again.
imagePullOptions
pullOption
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now policy-server will always download all the policies defined inside of the
policies.yml
file, even if they have already been downloaded.This is sub-optimal, changing a policy setting requires to restart the policy-server, which then causes all the policies to be downloaded again.
Acceptance criteria
policies.yml
file is extended to allow something similar to Kubernetes'imagePullOptions
pullOption
and downloads the wasm file only when neededThe text was updated successfully, but these errors were encountered: