Skip to content

Commit

Permalink
POC: fix migration job clowdapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and MichaelMraka committed Nov 20, 2023
1 parent 0d8a1b5 commit 3af724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ objects:

- name: migrate-system-package-data
activeDeadlineSeconds: ${{JOBS_TIMEOUT}}
disabled: ${MIGRATE_SYSTEM_PACKAGE_DISABLED}}
disabled: ${{MIGRATE_SYSTEM_PACKAGE_DISABLED}}
concurrencyPolicy: Forbid
completions: 1
podSpec:
Expand Down

0 comments on commit 3af724f

Please sign in to comment.