Skip to content

imagePullSecrets is not rendered into the deployment manifest when installing with helm #9273

@elxakpe

Description

@elxakpe

Which component are you using?:

/area helm-charts

What version of the component are you using?:

9.54.1

Component version:

What k8s version are you using (kubectl version)?:

kubectl version Output

Client Version: v1.34.0
Kustomize Version: v5.7.1
Server Version: v1.34.3-eks-ac2d5a0

What environment is this in?:

AWS

What did you expect to happen?:

Deployment manifest rendered with the section -

  imagePullSecrets:
  - name: pull-through-cache

What happened instead?:

No section presented, while values for the installed helm show the parameter was passed

$ helm.exe -n kube-system get values cluster-autoscaler
USER-SUPPLIED VALUES:
imagePullSecrets:

  • name: pull-through-cache

How to reproduce it (as minimally and precisely as possible):

Install the chart with imagePullSecrets[0].name set to pull-through-cache.

Anything else we need to know?:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions