Skip to content

Add imagePullSecrets support to Helm chart #499

Description

@animeshd9

The Spin Operator Helm chart currently doesn't provide an option to configure imagePullSecrets for the Spin Operator Deployment.

This causes issues when the operator image is hosted in a private registry, as users need to manually patch the Deployment after installation.

Proposed change

Add support in values.yaml:

imagePullSecrets:
  - name: registry-secret

and propagate it to the operator Deployment:

spec:
  template:
    spec:
      imagePullSecrets:
        - name: registry-secret

This would allow users to configure private registry credentials directly through Helm.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions