Skip to content

Commit 43ab488

Browse files
committed
fix(frigate): update multus mac address
bad copy/paste left old mac address inside which is already in use
1 parent bbdbc94 commit 43ab488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusters/apps/env/production/home/frigate/app/patch.frigate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
[{
3838
"name":"iot-garbage-apps",
3939
"namespace": "network-system",
40-
"mac": "02:78:55:a6:7c:54",
40+
"mac": "02:58:5c:80:13:4c",
4141
"ips": ["192.168.134.120/24"]
4242
}]
4343
containers:

0 commit comments

Comments
 (0)