Mohammed Ashraf
Mohammed Ashraf
same problem with me @DevAlpesh
I faced the same issue and the workaround that @ia-jladew mentioned worked fine, but I am using keycloak user management system that uses liquibase to manage db changesets so it's...
You need to add the relative path of the swagger file starting from the mkdocs.yml For example, if your swagger file is in `/docs/swagger/file.json`, You need to attach it in...
Hello @jvpasinatto. i tried to deploy the db with the same values file on k8s cluster and I did not found any issue, but when I deploy the db on...
this is the script i use to install percona operator ` helm repo add percona https://percona.github.io/percona-helm-charts/ helm install percona-operator percona/pxc-operator --version 1.15.0 -n "${APP_NAME_SPACE}" --kubeconfig "${KUBECONFIG_PATH}" -f $SCRIPTDIR/percona-operator-values.yaml ` and...
I found the issue, i had to delete the old CRDs and redeploy the operator to install the new CRDs is there any way to upgrade the crds without need...