Skip to content

Commit 4a11003

Browse files
Add back credentials stanza for Codecov token
Vault secret needs to be created at selfservice.vault.ci.openshift.org before the CI job will pass. Retest after secret is configured. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c6e1699 commit 4a11003

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ 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
192196
from: src
193197
resources:
194198
requests:

0 commit comments

Comments
 (0)