masmovil / masorange_rules_helm

Bazel rules to manipulate and operate Helm charts with Bazel, decrpyt sops secrets, and run operations over cloud services
Apache License 2.0
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

nicanor-romero commented 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 the gsutil cmd.