Skip to content

Commit c6e1699

Browse files
Remove credentials stanza until Vault secret is configured
The Codecov token secret does not exist yet. Prow fails to start the step if credentials reference a missing secret, even with best_effort. Remove until the Vault secret is set up; the script already handles missing CODECOV_TOKEN by skipping upload. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 755dba5 commit c6e1699

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ci-operator/config/openshift/secrets-store-csi-driver-operator/openshift-secrets-store-csi-driver-operator-main.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ tests:
189189
else
190190
echo "Warning: No coverage data found"
191191
fi
192-
credentials:
193-
- mount_path: /var/run/secrets/codecov
194-
name: secrets-store-csi-driver-operator-codecov-token
195-
namespace: test-credentials
196192
from: src
197193
resources:
198194
requests:

0 commit comments

Comments
 (0)