Files
homelab/acm-hub-bootstrap/common/scripts/set-secret-backend.sh

6 lines
93 B
Bash
Executable File

#!/bin/sh
BACKEND=$1
yq -i ".global.secretStore.backend = \"$BACKEND\"" values-global.yaml