-
Notifications
You must be signed in to change notification settings - Fork 366
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
fix: fixed issue mentioned in https://github.com/spotahome/redis-oper… #685
base: master
Are you sure you want to change the base?
Conversation
Also getting the error, identified by @liupeng0518 at #631 (comment) Re: this open issue #679 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 Believe this PR will fix the above error. Any update on this being reviewed/merged? cc: @EsDmitrii @ese Thanks so much. |
Hi! |
@EsDmitrii is this ready to merge? I would really like to use your CRD changes for |
@winterrobert Hi! |
@ese Hi! |
@EsDmitrii I am facing the same issue in argocd, but will this fix the issue? Because you are using template language in yaml which is in |
Yes, it will. Folder with crd located in template folder. You can pull changes and test it locally |
I am kindly asking to rewrite PR and then accept it. I don't like unnecessary ArgoCD annotations: not everybody are ArgoCD users. They should not be in defaults. The default annotations should be |
additional annotations optional
Fixed issue mentioned in #631