Skip to content

Commit

Permalink
fix(deactivate): dont drop DBs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Dec 13, 2023
1 parent 6739c22 commit 929e7cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugins/contrib/jobs/deactivate/use.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
runs:
drop-db:
retry: 3
use: socialgouv/kontinuous/plugins/contrib/jobs/drop-db
if: "{{ or $.with.db $.with.pgAdminUserSecretRefName $.with.database }}"
with:
pgAdminUserSecretRefName: "{{ or $.with.pgAdminUserSecretRefName `pg-admin-user` }}"
database: "{{ $.with.database }}"

delete-namespace:
checkout: false
image: bitnami/kubectl:latest
Expand Down

0 comments on commit 929e7cb

Please sign in to comment.