This patch makes all the database settings configurable. fixes: https://github.com/spiffe/helm-charts/issues/37 --------- Signed-off-by: Kevin Fox <[email protected]> Signed-off-by: kfox1111 <[email protected]> Co-authored-by: Faisal Memon <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
4 lines
103 B
Bash
4 lines
103 B
Bash
# shellcheck shell=bash disable=SC2034
|
|
read -s -r -p "Please enter your database password: " DBPW
|
|
echo
|