mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-15 21:02:38 +00:00
Migrated to GitHub organization and GHCR registry
This commit is contained in:
@ -31,7 +31,7 @@ var _ = Describe("Backup webhook", func() {
|
||||
It("Should validate", func() {
|
||||
storageClassName := "standard"
|
||||
// TODO: migrate to Ginkgo v2 and use Ginkgo table tests
|
||||
// https://github.com/mmontes11/mariadb-operator/issues/3
|
||||
// https://github.com/mariadb-operator/mariadb-operator/issues/3
|
||||
tt := []struct {
|
||||
by string
|
||||
backup Backup
|
||||
@ -203,7 +203,7 @@ var _ = Describe("Backup webhook", func() {
|
||||
Expect(k8sClient.Create(testCtx, &backup)).To(Succeed())
|
||||
|
||||
// TODO: migrate to Ginkgo v2 and use Ginkgo table tests
|
||||
// https://github.com/mmontes11/mariadb-operator/issues/3
|
||||
// https://github.com/mariadb-operator/mariadb-operator/issues/3
|
||||
tt := []struct {
|
||||
by string
|
||||
patchFn func(mdb *Backup)
|
||||
|
Reference in New Issue
Block a user