3 lines
93 B
Markdown
3 lines
93 B
Markdown
```bash
|
|
kubectl create secret generic beszel-key --from-literal=SECRET-KEY=<KEY> -n infra
|
|
``` |