3 lines
134 B
Bash
3 lines
134 B
Bash
#shellcheck disable=SC2148,SC2155
|
|
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
|
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|