From 4f24382809772405008c0bd83ffa2b06d70819f4 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 18 Apr 2024 15:04:10 -0700 Subject: [PATCH] chore: add comment to Makefile on terraform script idempotency --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d3d9eb..92e56ad 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ authorize: .PHONY: provision provision: $(call oc_whoami) +# The gcs_terraform_buckets shells script is not idempotent (fails if buckets exist) & needs to be commented out for the helm_deploy script to run. @@source .env; ./lib/gcs_terraform_buckets.sh -pp $$OC_PROJECT_PREFIXES -gcp $$GCP_PROJECT @@source .env; ./lib/helm_deploy.sh -pp $$OC_PROJECT_PREFIXES -c ./helm/cas-provision/ -n cas-provision -v $$VALUES_FILE_PATH