Initial install should migrate database after creating other workloads
This commit is contained in:
		
							parent
							
								
									ffc28d6f94
								
							
						
					
					
						commit
						1b377a19a1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ metadata:
 | 
				
			||||||
  labels:
 | 
					  labels:
 | 
				
			||||||
    {{- include "glitchtip.labels" . | nindent 4 }}
 | 
					    {{- include "glitchtip.labels" . | nindent 4 }}
 | 
				
			||||||
  annotations:
 | 
					  annotations:
 | 
				
			||||||
    "helm.sh/hook": pre-install,pre-upgrade
 | 
					    "helm.sh/hook": post-install,pre-upgrade
 | 
				
			||||||
    "helm.sh/hook-delete-policy": hook-succeeded
 | 
					    "helm.sh/hook-delete-policy": hook-succeeded
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
  activeDeadlineSeconds: 60
 | 
					  activeDeadlineSeconds: 60
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue