github.com/redhat-appstudio/e2e-tests@v0.0.0-20240520140907-9709f6f59323/tests/load-tests/ci-scripts/tekton-performance/update-tekton-config-performance.yaml (about)

     1  ---
     2  - op: replace
     3    path: /spec/pipeline/performance/threads-per-controller
     4    value: ${TEKTON_PERF_THREADS_PER_CONTROLLER}
     5  - op: replace
     6    path: /spec/pipeline/performance/kube-api-qps
     7    value: ${TEKTON_PERF_KUBE_API_QPS}
     8  - op: replace
     9    path: /spec/pipeline/performance/kube-api-burst
    10    value: ${TEKTON_PERF_KUBE_API_BURST}