Bazel rules to manipulate and operate Helm charts with Bazel, decrpyt sops secrets, and run operations over cloud services
61
stars
32
forks
source link
feat(gcs): Add allow_overwrite flag that makes use of the -n No-clobber flag #72
Closed
nicanor-romero closed 5 months ago
Allow to specify a
allow_overwrite
flag that can be used to avoid overwriting an existing file in Google Cloud Storage.The default value is set to True so that we don't change the current behaviour.
Behind the scenes it uses the
-n
no-clobber flag of thegsutil
cmd.