From a0ce4a94a7954924b414085758ca126ffa54a3ea Mon Sep 17 00:00:00 2001 From: Maximilian Greve Date: Wed, 11 Dec 2024 09:04:28 +0000 Subject: [PATCH] renamed variables --- .../image-and-helm-publish-check-deploy-on-push-scheduled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index 58578e1..096d802 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -83,8 +83,8 @@ jobs: dbildungs_iam_keycloak_branch: ${{ needs.branch_meta.outputs.ticket }} dbildungs_iam_ldap_branch: ${{ needs.branch_meta.outputs.ticket }} namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }} - # database_deletion: ${{ github.ref_name == 'main' && 'true' || 'false' }}" - database_deletion: "true" # to force database deletion this has be set to true + # database_recreation: ${{ github.ref_name == 'main' && 'true' || 'false' }}" + database_recreation: "true" # to force database recreation this has be set to true secrets: inherit # On Delete