Skip to content

add support for image pull secrets#23

Open
rajsameer wants to merge 1 commit intoopenstack-exporter:masterfrom
rajsameer:feat/rajsameerr/support-image-pull-secrets
Open

add support for image pull secrets#23
rajsameer wants to merge 1 commit intoopenstack-exporter:masterfrom
rajsameer:feat/rajsameerr/support-image-pull-secrets

Conversation

@rajsameer
Copy link
Copy Markdown

Summary

Adds optional imagePullSecrets support to the prometheus-openstack-exporter Helm chart, allowing the deployment to pull images from private container registries that require
authentication.

Changes

  • templates/deployment.yaml: Conditionally renders imagePullSecrets in the Pod spec when values are provided.
  • values.yaml: Adds imagePullSecrets field (empty list by default) with a commented example showing usage.

Usage

To use a private registry, set imagePullSecrets in your values.yaml or via --set:

imagePullSecrets:
- name: my-registry-secret

Notes

  • Fully backwards compatible — defaults to an empty list, so existing deployments are unaffected.
  • Follows the standard Kubernetes imagePullSecrets spec format.

@rajsameer rajsameer force-pushed the feat/rajsameerr/support-image-pull-secrets branch from 4821f6c to a801a2d Compare March 11, 2026 06:10
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