workaround for multiple non-sops secrets files

ADP-216-uat-sops-step2
LeeW 10 months ago
parent 2ad040488f
commit da080f7865

@ -113,7 +113,8 @@ fn_sops_updatekeys_and_verify(){
# "update the keys of SOPS files using the config file"
>&2 echo "# RUN: sops updatekeys ${sops_enc_file}"
sops updatekeys "${sops_enc_file}"
# HAAAACK: loop through all passed-in files, ignore any errors, always say "yes" -> rely on git diff to verify!
sops updatekeys -y "${sops_enc_file}" || echo "SKIPPING"
}
function main(){

Loading…
Cancel
Save