I am specifying the imagePullSecrets as follows in my values-file:
imagePullSecrets:
and what I get is this error:
Error: values don't meet the specifications of the schema(s) in the following chart(s):
metallb:
- imagePullSecrets.0: Invalid type. Expected: string, given: object
I have tried many other ways too like using quotes, indendation etc but none of them work out. Can anyone also reproduce this issue?
Here is helm version:
version.BuildInfo{Version:"v3.5.4", GitCommit:"1b5edb69df3d3a08df77c9902dc17af864ff05d1", GitTreeState:"clean", GoVersion:"go1.15.11"}