Hi,
I am trying to install Temporal server using helm chart. I am able to install with minimal dependencies successfully as mentioned in GitHub - temporalio/helm-charts: Temporal Helm charts
But when I am trying to install with my own Postgresql configuration (by modifying values.postgresql.yaml contents), facing below issue :
Command :
helm install -f values/values.postgresql.yaml temporaltest . --timeout 900s
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize “”: no matches for kind “ClusterRole” in version “rbac.authorization.k8s.io/v1beta1”, unable to recognize “”: no matches for kind “ClusterRoleBinding” in version “rbac.authorization.k8s.io/v1beta1”]
Need help on the same.