Nicolas Pais
Nicolas Pais
The readinessProbe is [hard-coded into the chart](https://github.com/madhukarmmallia-plivo/opensearch-k8s-operator/blob/b8eac97a037f52c050decbffba178c9bd14d8292/opensearch-operator/pkg/builders/cluster.go#L199-L213), it would be great if we can define a readinessProbe of our own. In my case, I'm relying on Certificate-based authentication and only...
**Description:** Deploying 4.1.x via helm, configured the following so MySQL uses a non-NFS storageClass: ``` mysql-am: mysql: persistence: storageClass: "ceph-filesystem" ``` The PVC gets properly created, however since it's using...
## Purpose Resolves the issue where TLS spec is broken, it is missing the required secretName. ## Goals Ingress objects get created properly. ## Approach Adding secretName, prefixed with `tls-`,...
Hi, I have deployed the Kong helm chart via ArgoCD. The current PostgreSQL dependency version is causing the application to be constantly out of sync. This was fixed in the...
Are there any plans to fill out the `advanced configuration` section of the readme?
### Report I'm using both the [psmdb-operator](https://github.com/percona/percona-helm-charts/tree/main/charts/psmdb-operator) and [psmdb-db](https://github.com/percona/percona-helm-charts/tree/main/charts/psmdb-db) helm charts. I have deployed the operator (without the db deployment) and it was working fine, without errors/crashes. However, now that...
I'm using both the psmdb-operator and psmdb-db helm charts. I have deployed the operator (without the db deployment) and it was working fine, without errors/crashes. However, now that I have...
### Name and Version bitnami/airflow 18.3.8 ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. Deploy airflow using helm 2. Connect a git repository...
### What steps will reproduce the bug? * Deploy helm chart with following values: ``` cluster: nifiProperties: overrideSecretConfig: name: nifi-config-override data: nifi.properties namespace: nifi ``` * Create a secret with...