Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[influxdb] Support imagePullSecrets configuration for influxdb backup cron job #679

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dstarostka
Copy link

@dstarostka dstarostka commented Oct 3, 2024

Adds support for influxdb backup cronjob to configure .spec.imagePullSecrets based on .Values.image.pullSecrets

This feature would be tremendously useful for private artefact repositories where internal network policies mandate the use of a proxy for downloading artifacts and e.g. influxdb:1.8.10-alpine cannot be used.

Currently .Values.image.pullSecrets is passed only to main pod where influxdb is running which make backup job fail with 401 status code due to missing credentials.

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