Update rire/factory.c-one-infra.de/stacks/ref-implementation/openbao/values.yaml

This commit is contained in:
richardrobertreitz 2025-04-28 07:50:16 +00:00
parent f1a5b4f599
commit d55a65a735

View file

@ -3,7 +3,7 @@ server:
- sh
- -c
- |
set -e
echo --- unseal workaround
sleep 10
bao operator init >> /tmp/init.txt
@ -16,6 +16,8 @@ server:
echo $(grep "Unseal Key 5:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key5.txt
rm /tmp/init.txt
echo --- provide OpenBAO secret to ESO
if [[ "$(uname -m)" == "x86_64" ]]; then
wget "https://dl.k8s.io/release/$(wget https://dl.k8s.io/release/stable.txt -q -O -)/bin/linux/amd64/kubectl" -O /tmp/kubectl_eso
else