Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ make clean

* located in `config/samples`

# Updating Helm Charts

* Update Helmchart and increase version in `Chart.yaml` and `values.yaml` as required
* run `helm package charts/dbaas-operator -d charts/`
* run `helm package charts/mariadbprovider -d charts/`
* run `helm package charts/postgresqlprovider -d charts/`
* run `helm package charts/mongodbprovider -d charts/`
* run `helm repo index charts`

# Developing
## Install Kubebuilder
```
Expand All @@ -59,12 +50,3 @@ curl -L https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.2.0/
sudo mv /tmp/kubebuilder_2.2.0_${os}_${arch} /usr/local/kubebuilder
export PATH=$PATH:/usr/local/kubebuilder/bin
```

# Other
## Dashboard
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/recommended.yaml
kubectl apply -f test-resources/dashboard-rbac.yaml
kubectl -n kubernetes-dashboard describe secret $(kubectl -n kubernetes-dashboard get secret | grep admin-user | awk '{print $1}')
kubectl proxy
```
Binary file removed charts/dbaas-operator-0.1.0.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.1.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.10.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.2.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.3.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.4.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.5.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.6.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.8.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.1.9.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.2.1.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.2.2.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.3.0.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.3.1.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.3.2.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.3.3.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.3.4.tgz
Binary file not shown.
Binary file removed charts/dbaas-operator-0.4.0.tgz
Binary file not shown.
22 changes: 0 additions & 22 deletions charts/dbaas-operator/.helmignore

This file was deleted.

27 changes: 0 additions & 27 deletions charts/dbaas-operator/Chart.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions charts/dbaas-operator/templates/_helpers.tpl

This file was deleted.

239 changes: 0 additions & 239 deletions charts/dbaas-operator/templates/clusterrole.yaml

This file was deleted.

Loading
Loading