Skip to content

Commit

Permalink
fix: args
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Dec 24, 2024
1 parent 74e8cf6 commit 7b1b013
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cdk8s/src/services/home/otbr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,8 @@ export function createOtbrDeployment(chart: Chart) {
image: `openthread/otbr`,
// https://gist.github.com/loopj/6f6c2355389cf301391d92cf8b92e4ca
args: [
"--interface",
"eno1",
"--backbone-interface",
"eno1",
"--radio-url",
`spinel+hdlc+uart://${serialPath}?uart-baudrate=460800`,
"--trel-url",
"trel://eno1",
],
volumeMounts: [
{
Expand Down

0 comments on commit 7b1b013

Please sign in to comment.