We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f24c98 commit b14a31cCopy full SHA for b14a31c
.github/workflows/global-ci-bundle.yml
@@ -65,7 +65,7 @@ on:
65
Full JSON encoded string representing the Tackle resource to be created.
66
type: string
67
required: false
68
- default: '{"kind":"Tackle","apiVersion":"tackle.konveyor.io/v1alpha1","metadata":{"name":"tackle"},"spec":{"image_pull_policy":"IfNotPresent","analyzer_container_memory":0,"analyzer_container_cpu":0,"feature_auth_required":true,"rwx_supported":true,"use_local_volume":true,"cache_data_volume_name":"cache-m2"}}'
+ default: '{"kind":"Tackle","apiVersion":"tackle.konveyor.io/v1alpha1","metadata":{"name":"tackle"},"spec":{"image_pull_policy":"IfNotPresent","analyzer_container_memory":0,"analyzer_container_cpu":0,"feature_auth_required":false,"rwx_supported":true,"use_local_volume":true,"cache_data_volume_name":"cache-m2"}}'
69
run_api_tests:
70
description: |
71
A flag that determines whether the API tests should be run or not
0 commit comments