mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-20 02:00:09 +00:00
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
if [ -z "$KUBECONFIG" ]; then
|
|
if [ -e /etc/rancher/k3s/k3s.yaml ]; then
|
|
export KUBECONFIG="/etc/rancher/k3s/k3s.yaml"
|
|
fi
|
|
fi |