diff --git a/main/pipeline.yaml b/main/pipeline.yaml index c1ac2a9..9a07a0a 100644 --- a/main/pipeline.yaml +++ b/main/pipeline.yaml @@ -20,7 +20,7 @@ spec: name: make-target type: string - default: "" - description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__managedzone=gcp-mz KUADRANT_KEYCLOAK__url="https://my-sso.net") + description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__provider_secret=gcp-credentials KUADRANT_KEYCLOAK__url="https://my-sso.net") name: additional-env type: string - default: pipeline diff --git a/nightly/pipeline.yaml b/nightly/pipeline.yaml index 14b0c94..9955845 100644 --- a/nightly/pipeline.yaml +++ b/nightly/pipeline.yaml @@ -20,7 +20,7 @@ spec: name: make-target type: string - default: "" - description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__managedzone=gcp-mz KUADRANT_KEYCLOAK__url="https://my-sso.net") + description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__provider_secret=gcp-credentials KUADRANT_KEYCLOAK__url="https://my-sso.net") name: additional-env type: string - default: nightly @@ -92,7 +92,7 @@ spec: - name: make-target value: dnstls - name: additional-env - value: "$(params.additional-env) KUADRANT_CONTROL_PLANE__managedzone=gcp-mz" + value: "$(params.additional-env) KUADRANT_CONTROL_PLANE__provider_secret=gcp-credentials" runAfter: - run-tests-authorino-standalone taskRef: diff --git a/tasks/run-tests-task.yaml b/tasks/run-tests-task.yaml index f7faed7..dba9acf 100644 --- a/tasks/run-tests-task.yaml +++ b/tasks/run-tests-task.yaml @@ -16,7 +16,7 @@ spec: - description: Makefile target for tests name: make-target type: string - - description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__managedzone=gcp-mz KUADRANT_KEYCLOAK__url="https://my-sso.net") + - description: Additional env for testsuite container separated with spaces (e.g. KUADRANT_CONTROL_PLANE__provider_secret=gcp-credentials KUADRANT_KEYCLOAK__url="https://my-sso.net") name: additional-env type: string steps: