Merge commit '939177be6b30bd19dd3acfc1ae85690b83803234' as 'acm-hub-bootstrap'
This commit is contained in:
5
acm-hub-bootstrap/common/scripts/set-secret-backend.sh
Executable file
5
acm-hub-bootstrap/common/scripts/set-secret-backend.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
BACKEND=$1
|
||||
|
||||
yq -i ".global.secretStore.backend = \"$BACKEND\"" values-global.yaml
|
||||
Reference in New Issue
Block a user