Skip to content

Add imagePullSecrets support to Helm chart - #500

Open
animeshd9 wants to merge 1 commit into
spinframework:mainfrom
animeshd9:issue-499
Open

Add imagePullSecrets support to Helm chart#500
animeshd9 wants to merge 1 commit into
spinframework:mainfrom
animeshd9:issue-499

Conversation

@animeshd9

Copy link
Copy Markdown

What does this PR do?

Adds imagePullSecrets support to the Spin Operator Helm chart.

Changes

  • Added imagePullSecrets to values.yaml.
  • Propagated it to the Spin Operator Deployment pod spec.

Example:

controllerManager:
  manager:
    imagePullSecrets:
      - name: registry-secret

Motivation

Allows users to deploy the Spin Operator with images from private registries without manually patching the Deployment after installation.

Backward Compatibility

Defaults to an empty list, so existing configurations are unaffected.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant