Skip to content

Commit

Permalink
fix(clean-code-cache): correct read env from secret in cronjob (#1379)
Browse files Browse the repository at this point in the history
correct read env from secret in cronjob

Signed-off-by: purelind <[email protected]>
  • Loading branch information
purelind authored Dec 17, 2024
1 parent 10140ea commit 0be4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/prod/jenkins/pre/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- https://github.com/PingCAP-QE/ci/raw/main/scripts/plugins/monitor-s3-object-size.ts
- --path=git/PingCAP-QE/tidb-test
- --threshold-mb=2500
- --feishu-webhook="${CI_MONITOR_FEISHU_WEBHOOK_URL}"
- --feishu-webhook=$(CI_MONITOR_FEISHU_WEBHOOK_URL)
- --cleanup
envFrom:
- secretRef:
Expand Down

0 comments on commit 0be4a6e

Please sign in to comment.