Closed acostaedg closed 1 year ago
The default empty value for tls parameter in values.yaml file is an empty object {} and should be a empty list []:
tls
values.yaml
{}
[]
This PR will change in the values.yaml file:
... tls: {} ...
for this:
... tls: [] ...
The default empty value for
tls
parameter invalues.yaml
file is an empty object{}
and should be a empty list[]
:This PR will change in the
values.yaml
file:for this: