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
Describe the issue
is stored in the .pipeline file as
.pipeline
"app_data": { "component_parameters": { "url": { "widget": "string", "value": "https://www.google.com" }, "kubernetes_pod_annotations": [], "kubernetes_pod_labels": [], "kubernetes_shared_mem_size": {}, "kubernetes_tolerations": [], "mounted_volumes": [], "disable_node_caching": "True" },
but results in the property not set
To Reproduce Steps to reproduce the behavior:
disable node caching
True
max_cache_staleness
P0D
Deployment information Describe what you've deployed and how:
The text was updated successfully, but these errors were encountered:
kiersten-stokes
Successfully merging a pull request may close this issue.
Describe the issue
is stored in the
.pipeline
file asbut results in the property not set
To Reproduce
Steps to reproduce the behavior:
disable node caching
toTrue
(as pipeline default property value or node property)max_cache_staleness
is set toP0D
Deployment information
Describe what you've deployed and how:
The text was updated successfully, but these errors were encountered: