-
Notifications
You must be signed in to change notification settings - Fork 368
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
helm charts 3.3.0 install err #679
Comments
It is normal for the crd folder not to be templetised. |
@liupeng0518 Did you managed to solve this? I'm having same issue and I'm not sure how to preceed with this. |
helm fetch redis-operator/redis-operator --version 3.3.0 and delete this commit https://github.com/spotahome/redis-operator/pull/631/files then helm install |
Thanks @liupeng0518 |
Or maybe you can use the version before the 3.3.0 😄 |
I got the same errors. |
Same, got the following error: $ helm repo add redis-operator https://spotahome.github.io/redis-operator
"redis-operator" has been added to your repositories
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "redis-operator" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm install redis-operator redis-operator/redis-operator
Error: INSTALLATION FAILED: failed to install CRD crds/databases.spotahome.com_redisfailovers.yaml: error parsing : error converting YAML to JSON: yaml: line 4: did not find expected node content |
This issue is stale because it has been open for 45 days with no activity. |
not stale |
I have the same issue. |
There is an active MR for this problem at #655, but this project seems too abandoned for this MR to get merged :) |
Maybe this could be helpful for someone |
/close |
not stale |
Expected behaviour
What do you want to achieve?
Actual behaviour
What is happening? Are all the pieces created? Can you access to the service?
merged this pr :#631, install has an err:
Steps to reproduce the behaviour
Describe step by step what you've have done to get to this point
Environment
How are the pieces configured?
Logs
Please, add the debugging logs. In order to be able to gather them, add
-debug
flag when running the operator.The text was updated successfully, but these errors were encountered: