Can drop db before install
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{{ if .Values.database.migrateDb }}
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
@@ -35,4 +36,5 @@ spec:
|
||||
- name: MIGRATE_ONLY
|
||||
value: "1"
|
||||
imagePullSecrets:
|
||||
- name: github-registry
|
||||
- name: github-registry
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user