-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Harbor with external redis #19387
Comments
Hi @rakeshreddyrg09 , when installing Harbor via harbor-helm with existingSecret for external redis, the key of the existingSecret of external redis must be As for the error of |
Hi @rakeshreddyrg09 ,
|
Hi @MinerYang, Sorry for the late response |
Hi @zyyw, sorry for late reply |
Hi @rakeshreddyrg09 , Sorry for your inconvenience, could you try to use password instead of existingSecret as a workaround? |
Thank you so much @MinerYang |
I believe this is the same as #1352 and your PR fixes it as well |
Hello, fellow developers in harbor
I am trying to install harbor with helm chart v 1.13.0, when it comes to the redis: external,
the harbor values file says If using existingSecret, the key must be REDIS_PASSWORD
but when I install the redis using helm chart (from bitnami) version 18.0.4 (appVersion: 7.2.1) the secret name is redis and its key is redis-password, not REDIS_PASSWORD. Can you please look into this team.
For the time being I have manually edited the helm chart of redis to change the key name of the secret to REDIS_PASSWORD and installed the harbor.
here is the below issue I am facing
Steps to reproduce the problem:
Install harbor helm chart version 1.13.0
install redis helm chart version 18.0.4 (from bitnami)
change the redis type: external
The text was updated successfully, but these errors were encountered: