Skip to content

Commit

Permalink
Merge pull request #91 from kloeckner-i/METAL-3189/mysql8_compatible_…
Browse files Browse the repository at this point in the history
…password_set

METAL-3189 MySQL remove deprecated PASSWORD function
  • Loading branch information
hyunysmile authored Nov 17, 2021
2 parents a2c0ffc + e08f8cc commit c620789
Show file tree
Hide file tree
Showing 35 changed files with 6 additions and 1,409 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ deploy:
update: build deploy ## build db-operator image again and delete running pod

test: $(SRC) ## spin up mysql, postgres containers and run go unit test
tearDown() {
docker-compose down
}
trap tearDown EXIT
docker-compose down
docker-compose up -d
docker-compose restart sqladmin
sleep 10
go test -count=1 -tags tests ./... -v -cover
docker-compose down

lint: $(SRC)
@go mod tidy
Expand Down Expand Up @@ -70,11 +68,11 @@ minidashboard: ## open minikube dashboard
miniimage: build
@minikube image load my-image.tar

k3d_setup: k3d_install k3d_image helm ## install microk8s locally and deploy db-operator (only for linux and mac)
k3d_setup: k3d_install k3d_image helm

k3d_install:
@wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
@k3d cluster create myk3s -i rancher/k3s:v1.19.12-k3s1
@k3d cluster create myk3s -i rancher/k3s:v1.19.16-k3s1
@kubectl get pod

k3d_image: build
Expand Down
2 changes: 0 additions & 2 deletions integration/mysql-percona/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions integration/mysql-percona/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions integration/mysql-percona/percona-xtradb-cluster/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions integration/mysql-percona/percona-xtradb-cluster/Chart.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions integration/mysql-percona/percona-xtradb-cluster/OWNERS

This file was deleted.

198 changes: 0 additions & 198 deletions integration/mysql-percona/percona-xtradb-cluster/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit c620789

Please sign in to comment.