add scripts, remove unneeded kustomizations
This commit is contained in:
parent
77e204d86c
commit
f22b700704
4 changed files with 8 additions and 15 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