git-subtree-dir: acm-hub-bootstrap git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BACKEND=$1
|
|
|
|
yq -i ".global.secretStore.backend = \"$BACKEND\"" values-global.yaml
|