Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://perconadev.atlassian.net/browse/PSMDB-1492
#347
Hi team, I ran into a problem when tried to deploy psmdb-db chart on my cluster, because I use Swift Storage in openstack, so, Looking at the Percona MongoDB Operator CRD, I notice the CRD supports this parameter, but It was difficult to find, and including this flag on values.yaml, It Worked!
So I believe including that commented on values can be more easily found for someone else trying do deploy the Percona MongoDB in a Kubernetes Cluster running on Openstack environment.
Percona MongoDB CRD where I found the flag: https://github.com/percona/percona-server-mongodb-operator/blob/main/deploy/crd.yaml#L125-L126
It can be added into values.yaml on psmdb-db Chart: https://github.com/percona/percona-helm-charts/blob/main/charts/psmdb-db/values.yaml#L525