@@ -270,9 +270,9 @@ hull:
270270 registry :
271271 _HULL_OBJECT_TYPE_DEFAULT_ :
272272 annotations :
273- " helm.sh/hook " : pre-install,pre-upgrade
274- " helm.sh/hook-weight " : " -90"
275- " helm.sh/hook-delete-policy " : before-hook-creation
273+ helm.sh/hook : pre-install,pre-upgrade
274+ helm.sh/hook-weight : " -90"
275+ helm.sh/hook-delete-policy : before-hook-creation
276276
277277 serviceaccount :
278278 default :
@@ -302,7 +302,7 @@ hull:
302302 enabled : false
303303 annotations :
304304 helm.sh/hook : pre-install,pre-upgrade
305- helm.sh/hook-weight : " -10 "
305+ helm.sh/hook-weight : " -15 "
306306 helm.sh/hook-delete-policy : before-hook-creation
307307
308308 clusterrolebinding :
@@ -404,8 +404,8 @@ hull:
404404 - _HULL_OBJECT_TYPE_DEFAULT_
405405 - hull-install-setup
406406 annotations :
407- " helm.sh/hook " : pre-install,pre-upgrade
408- " helm.sh/hook-weight " : ' -10'
407+ helm.sh/hook : pre-install,pre-upgrade
408+ helm.sh/hook-weight : ' -10'
409409 parallelism : 1
410410 completions : 1
411411 backoffLimit : 6
@@ -432,8 +432,8 @@ hull:
432432 - hull-install-setup
433433 enabled : false
434434 annotations :
435- " helm.sh/hook " : post-install,post-upgrade
436- " helm.sh/hook-weight " : ' 50'
435+ helm.sh/hook : post-install,post-upgrade
436+ helm.sh/hook-weight : ' 50'
437437 parallelism : 1
438438 completions : 1
439439 backoffLimit : 6
@@ -461,21 +461,30 @@ hull:
461461 helm.sh/hook-weight : " -10"
462462 helm.sh/hook-delete-policy : before-hook-creation
463463
464+ configmap :
465+
466+ hull-database :
467+ enabled : false
468+ annotations :
469+ helm.sh/hook : pre-install,pre-upgrade
470+ helm.sh/hook-weight : " -15"
471+ helm.sh/hook-delete-policy : before-hook-creation
472+
464473 secret :
465474
466475 auth :
467476 annotations :
468- " helm.sh/hook " : pre-install,pre-upgrade
469- " helm.sh/hook-weight " : " -100"
470- " helm.sh/hook-delete-policy " : before-hook-creation
477+ helm.sh/hook : pre-install,pre-upgrade
478+ helm.sh/hook-weight : " -100"
479+ helm.sh/hook-delete-policy : before-hook-creation
471480 data : _HT/hull.vidispine.addon.library.auth.secret.data
472481
473482 ' custom-ca-certificates ' :
474483 enabled : _HT?(index . "$").Values.hull.config.general.data.installation.config.customCaCertificates
475484 annotations :
476- " helm.sh/hook " : pre-install,pre-upgrade
477- " helm.sh/hook-weight " : " -100"
478- " helm.sh/hook-delete-policy " : before-hook-creation
485+ helm.sh/hook : pre-install,pre-upgrade
486+ helm.sh/hook-weight : " -100"
487+ helm.sh/hook-delete-policy : before-hook-creation
479488 data : |-
480489 _HT!{
481490 {{ range $key,$value := (index . "$").Values.hull.config.general.data.installation.config.customCaCertificates }}
@@ -624,7 +633,7 @@ hull:
624633 enabled : false
625634 annotations :
626635 helm.sh/hook : pre-install,pre-upgrade
627- helm.sh/hook-weight : " -10 "
636+ helm.sh/hook-weight : " -15 "
628637 helm.sh/hook-delete-policy : before-hook-creation
629638 ' hull-install ' :
630639 sources :
0 commit comments