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