File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
charts/matrix-stack/templates/matrix-authentication-service Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,19 @@ metadata:
36
36
) }}
37
37
annotations :
38
38
{{- if .dryRun }}
39
+ {{- /*
40
+ Hook Weights are
41
+ - -25 : The syn2mas dryRun job, running after MAS pod which initialized its DB
42
+ - 0 : The deployment marker job, we want it not to update any marker if the dryRun is not completed
43
+ */}}
39
44
" helm.sh/hook " : post-install,post-upgrade
40
45
" helm.sh/hook-weight " : " -25"
41
46
{{- else }}
42
47
" helm.sh/hook " : pre-install,pre-upgrade
43
48
{{- /*
44
49
Hook Weights are
45
- - -10 : The initSecret hook generating secrets used by the check config job
46
- - -5 : The synapse secret & configMap for the hook, so that they are created before the job
50
+ - -10 : The initSecret hook generating secrets used by the syn2mas job
51
+ - -5 : The MAS & synapse secret & configMap for the hook, so that they are created before the job
47
52
- 0 : The job itself, so that it is run after the secrets and configs are created &
48
53
*/}}
49
54
" helm.sh/hook-weight " : " 0"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ metadata:
17
17
" helm.sh/hook " : pre-install,pre-upgrade
18
18
{{- /*
19
19
Hook Weights are
20
- - -10 : The initSecret hook generating secrets used by the check config job
21
- - -5 : The synapse secret & configMap for the hook, so that they are created before the job
20
+ - -10 : The initSecret hook generating secrets used by the syn2mas job
21
+ - -5 : The MAS & synapse secret & configMap for the hook, so that they are created before the job
22
22
- 0 : The job itself, so that it is run after the secrets and configs are created &
23
23
*/}}
24
24
" helm.sh/hook-weight " : " 0"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ metadata:
18
18
" helm.sh/hook " : pre-install,pre-upgrade
19
19
{{- /*
20
20
Hook Weights are
21
- - -10 : The initSecret hook generating secrets used by the check config job
22
- - -5 : The synapse secret & configMap for the hook, so that they are created before the job
21
+ - -10 : The initSecret hook generating secrets used by the syn2mas job
22
+ - -5 : The MAS & synapse secret & configMap for the hook, so that they are created before the job
23
23
- 0 : The job itself, so that it is run after the secrets and configs are created &
24
24
*/}}
25
25
" helm.sh/hook-weight " : " 0"
You can’t perform that action at this time.
0 commit comments