File tree Expand file tree Collapse file tree
ci/charts/db-operator-mysql-test/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ metadata:
103103 {{- if .Values.cleanup }}
104104 " helm.sh/hook-delete-policy " : before-hook-creation,hook-succeeded
105105 {{- end }}
106- " helm.sh/hook-weight " : " 2 "
106+ " helm.sh/hook-weight " : " 3 "
107107spec :
108108 secretName : {{ template "db-operator-mysql-test.name" . }}-mysql-credentials # where to save db name user, password for application
109109 instance : {{ template "db-operator-mysql-test.name" . }}-mysql
@@ -127,7 +127,7 @@ metadata:
127127 {{- if .Values.cleanup }}
128128 " helm.sh/hook-delete-policy " : before-hook-creation,hook-succeeded
129129 {{- end }}
130- " helm.sh/hook-weight " : " 3 "
130+ " helm.sh/hook-weight " : " 4 "
131131data :
132132 write.sh : |
133133{{ .Files.Get "scripts/test_write.sh" | indent 4}}
@@ -146,7 +146,7 @@ metadata:
146146 {{- if .Values.cleanup }}
147147 " helm.sh/hook-delete-policy " : before-hook-creation,hook-succeeded
148148 {{- end }}
149- " helm.sh/hook-weight " : " 4 "
149+ " helm.sh/hook-weight " : " 5 "
150150spec :
151151 containers :
152152 - name : mysql-writer
You can’t perform that action at this time.
0 commit comments