mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
6 lines
174 B
Bash
Executable File
6 lines
174 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
|