mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Get Vault root token
|
|
export KUBECONFIG=./metal/kubeconfig.yaml
|
|
kubectl get secrets vault-unseal-keys -n vault -o jsonpath={.data.vault-root} | base64 --decode
|