5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
yq e '.contexts[].name = "$K3S_CONTEXT"' -i config
|
||
|
|