Himecut
Himecut
run ```shell flask db migrate # return success # then flask db upgrade # return failed # o my models file define error, so i corrected it. # then run...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 - **Where do you...
**Description of the change:** helm `downloader.Manager` not initialized correctly. in `operator-sdk/internal/plugins/helm/v1/chartutil/chart.go:186` **Motivation for the change:** 1. Init project ``` operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --project-version="3" --repo=github.com/meimeitou/db-operator ``` 2. Create api ``` operator-sdk...
1. Init project ``` operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --project-version="3" --repo=github.com/meimeitou/db-operator ``` 2. Create api ``` operator-sdk create api --plugins helm.sdk.operatorframework.io/v1 --group dns --version v1alpha1 --kind Postgres --helm-chart=postgresql --helm-chart-version=12.12.10 --helm-chart-repo=https://charts.bitnami.com/bitnami ``` than...