Skip to content

Commit

Permalink
chore: add comment to Makefile on terraform script idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Apr 18, 2024
1 parent 9924fac commit 4f24382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f24382

Please sign in to comment.