Skip to content

Commit c7ef2a9

Browse files
added pre-install annotation for db creation migration
1 parent 5df6b94 commit c7ef2a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/devtron/templates/migrator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ kind: Job
455455
metadata:
456456
namespace: devtroncd
457457
name: postgresql-create-databases-{{ randAlphaNum 5 | lower }}
458+
annotations:
459+
"helm.sh/hook": pre-install
458460
spec:
459461
activeDeadlineSeconds: 1500
460462
ttlSecondsAfterFinished: 1000

0 commit comments

Comments
 (0)