charts icon indicating copy to clipboard operation
charts copied to clipboard

cluster.certificates should be of type 'object' on values schema

Open carlosrmendes opened this issue 1 year ago • 0 comments

Setting serverTLSSecret and replicationTLSSecret on .cluster.certificates leads to this error upon helm install:

Error: values don't meet the specifications of the schema(s) in the following chart(s):
cluster:
- cluster.certificates: Invalid type. Expected: null, given: object

helm.go:84: [debug] values don't meet the specifications of the schema(s) in the following chart(s):
cluster:
- cluster.certificates: Invalid type. Expected: null, given: object

carlosrmendes avatar Apr 19 '24 10:04 carlosrmendes