Skip to content

Commit ba3da93

Browse files
Merge pull request #1015 from fmount/mariadb-topology
Add infra dependency to mariadb kuttl
2 parents 3519429 + d0c094b commit ba3da93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ mariadb_kuttl_run: ## runs kuttl tests for the mariadb operator, assumes that ev
17271727
mariadb_kuttl: export NAMESPACE = ${MARIADB_KUTTL_NAMESPACE}
17281728
# Set the value of $MARIADB_KUTTL_NAMESPACE if you want to run the keystone
17291729
# kuttl tests in a namespace different than the default (mariadb-kuttl-tests)
1730-
mariadb_kuttl: input deploy_cleanup mariadb mariadb_deploy_prep ## runs kuttl tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1730+
mariadb_kuttl: input deploy_cleanup infra mariadb mariadb_deploy_prep ## runs kuttl tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
17311731
$(eval $(call vars,$@,mariadb))
17321732
make wait
17331733
make mariadb_kuttl_run

0 commit comments

Comments
 (0)