OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

Failed to install redis standalone #30

Closed blackfly19 closed 2 years ago

blackfly19 commented 2 years ago

When I try to install redis following the documentation, I get this error.

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Redis.spec.kubernetesConfig): unknown field "serviceType" in in.opstreelabs.redis.redis.v1beta1.Redis.spec.kubernetesConfig

The above error is caused by running the following command:

helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators
iamabhishek-dubey commented 2 years ago

Fixed