Skip to content

Commit 079376f

Browse files
committed
update default for database_recreation
1 parent 6e32c14 commit 079376f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ jobs:
160160
dbildungs_iam_keycloak_branch: ${{ needs.branch_meta.outputs.ticket }}
161161
dbildungs_iam_ldap_branch: ${{ needs.branch_meta.outputs.ticket }}
162162
namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }}
163-
database_recreation: ${{ github.ref_name == 'main' && 'true' || 'false' }}
164-
# database_recreation: "true" # to force database recreation this has be set to true
163+
database_recreation: "true" # to prevent database recreation this has to be set to false
165164
secrets: inherit
166165

167166
# On Delete

0 commit comments

Comments
 (0)