generated from phoenix-oss/tenant-tpl
Initial commit
This commit is contained in:
commit
3090bae888
12 changed files with 270 additions and 0 deletions
7
scripts/rewrap-secrets.sh
Executable file
7
scripts/rewrap-secrets.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
FOLDER="$(dirname "$(dirname "$(readlink -f "$0")")")"
|
||||
#find $FOLDER -type f -name ".+\.secret(\.sops)?\.ya?ml"
|
||||
for f in $(find $FOLDER -type f -name "*secret.sops.yaml"); do
|
||||
cd $(dirname $f)
|
||||
sops updatekeys --yes $f
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue