We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think that this is partially covered by #25.
With the current latest version, defining a configuration as:
#Build configuration images: server: quay.io/infinispan/server:13.0 initContainer: registry.access.redhat.com/ubi8-micro #Deployment configuration deploy: replicas: 1
And creating the cluster with
helm install infinispan openshift-helm-charts/infinispan-infinispan -f rhdg-chart/minimal-values.yaml
When I try to update the cluster to have to replicas, the secret is gone and Helm cannot create the second pod:
helm upgrade infinispan openshift-helm-charts/infinispan-infinispan -f rhdg-chart/minimal-values.yaml --set deploy.replicas=2
If this is fully duplicated, please close this case.
The text was updated successfully, but these errors were encountered:
@alvarolop This shouldn't be the case with the latest code on main.
main
Sorry, something went wrong.
No branches or pull requests
I think that this is partially covered by #25.
With the current latest version, defining a configuration as:
And creating the cluster with
When I try to update the cluster to have to replicas, the secret is gone and Helm cannot create the second pod:
If this is fully duplicated, please close this case.
The text was updated successfully, but these errors were encountered: