Skip to content

specifying imagePullSecrets in Helm Chart values does not work #897

@drz9

Description

@drz9

I am specifying the imagePullSecrets as follows in my values-file:

imagePullSecrets:

  • name: test

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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions