-
Notifications
You must be signed in to change notification settings - Fork 363
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
Issue while applying helm chart #700
Comments
This was introduced between the 3.2.9 and 3.3.0 chart versions. I just tried updating the chart and got a similar error to above. |
I ran into this problem, but it's a side-effect of Helm's specific design and not a bug persay. Helm explicitly does not support templating in CRD resources. |
This issue is stale because it has been open for 45 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Expected behaviour
A redis operator has to be installed successfully.
Actual behaviour
Fails out of the box.
Command
helm install redis-operator redis-operator/redis-operator
fails with the following error:
Steps to reproduce the behaviour
Execute
helm install redis-operator redis-operator/redis-operator
Environment
EKS cluster platform version eks.7
K8s version - 1.29
The text was updated successfully, but these errors were encountered: