feat(k3s): whitelist freeride tool in configuration
This commit is contained in:
parent
d7a3bcb385
commit
3d1bb43178
2 changed files with 4 additions and 0 deletions
|
|
@ -476,6 +476,7 @@
|
||||||
"weather": true,
|
"weather": true,
|
||||||
"summarize": true,
|
"summarize": true,
|
||||||
"github": true,
|
"github": true,
|
||||||
|
"freeride": true,
|
||||||
"hdn-server": true
|
"hdn-server": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -592,6 +593,7 @@
|
||||||
"weather",
|
"weather",
|
||||||
"summarize",
|
"summarize",
|
||||||
"github",
|
"github",
|
||||||
|
"freeride",
|
||||||
"hdn-server"
|
"hdn-server"
|
||||||
],
|
],
|
||||||
"whitelist_enabled": true,
|
"whitelist_enabled": true,
|
||||||
|
|
|
||||||
|
|
@ -483,6 +483,7 @@ data:
|
||||||
"weather": true,
|
"weather": true,
|
||||||
"summarize": true,
|
"summarize": true,
|
||||||
"github": true,
|
"github": true,
|
||||||
|
"freeride": true,
|
||||||
"hdn-server": true
|
"hdn-server": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -599,6 +600,7 @@ data:
|
||||||
"weather",
|
"weather",
|
||||||
"summarize",
|
"summarize",
|
||||||
"github",
|
"github",
|
||||||
|
"freeride",
|
||||||
"hdn-server"
|
"hdn-server"
|
||||||
],
|
],
|
||||||
"whitelist_enabled": true,
|
"whitelist_enabled": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue