1
0
Fork 0

chore(helm): rename jobs

This commit is contained in:
Vojtěch Mareš 2023-07-03 21:12:16 +02:00
parent b00c479496
commit 38c28dc73f
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: {{ .Release.Name }} name: {{ .Release.Name }}-db-migration
annotations: annotations:
"helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-10" "helm.sh/hook-weight": "-10"

View file

@ -1,7 +1,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: {{ .Release.Name }} name: {{ .Release.Name }}-db-seed
annotations: annotations:
"helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5" "helm.sh/hook-weight": "-5"