Skip to content

Commit

Permalink
/.github/scripts/fuzzer/get-fuzzer-job-json.sh: add app label to fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Jun 10, 2024
1 parent 6dfd049 commit 3f984e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/fuzzer/get-fuzzer-job-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ echo '
"template": {
"metadata": {
"labels": {
"k8s-liquidata-inc-monitored-job": "created-by-static-config"
"k8s-liquidata-inc-monitored-job": "created-by-static-config",
"app": "fuzzer"
}
},
"spec": {
Expand Down

0 comments on commit 3f984e5

Please sign in to comment.