Skip to content

Commit

Permalink
chore: fix #2738, provide zero limits resources for sidecar container…
Browse files Browse the repository at this point in the history
…s if not specified (#3997)
  • Loading branch information
nashtsai committed Jun 28, 2023
1 parent 8a67cf6 commit 9424039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bench/template/bench_sysbench_template.cue
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

// required, command line input options for parameters and flags
options: {
flag: int
flag: int
mode: string
driver: string
database: string
value: string
value: string
}

// required, k8s api resource content
Expand Down

0 comments on commit 9424039

Please sign in to comment.