From 78fa41c143446e56147962e3fec6f8155b8a2b31 Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Fri, 17 May 2024 17:02:02 +0200 Subject: [PATCH] fix doc --- DEVELOPER.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 2a38460..e563ac0 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -36,8 +36,7 @@ To start developing or testing the Rosa module, follow these steps: The tests in the CI can be triggered automatically by modifying Terraform or test files. It will be labeled either `test` or `terraform` automatically by the labeler. -You can choose to overwrite the name of the cluster by including `ocp_cluster_name=leogit8` in the commit description. -Additionally, you can disable the deletion of the cluster by adding `delete_ocp_cluster=false` in the commit description. +You can choose to overwrite the name and disable the deletion of the cluster in the workflow dispatch. ## Releasing a New Version