Skip to content
New issue

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

Generated authentication secret is removed on upgrade #34

Closed
alvarolop opened this issue Nov 19, 2021 · 1 comment
Closed

Generated authentication secret is removed on upgrade #34

alvarolop opened this issue Nov 19, 2021 · 1 comment

Comments

@alvarolop
Copy link

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.

@ryanemerson
Copy link
Contributor

@alvarolop This shouldn't be the case with the latest code on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants