-
Notifications
You must be signed in to change notification settings - Fork 42
Helm chart is ignoring the imagePullSecrets configuration #563
Comments
thanks @FAntonescu for raising this one. I will raise an internal ticket regarding this issue and hope it'll be fixed in the next releases. in the meantime, if you would like to contribute, we always welcome PRs and I am happy to help if you need. again, thank you |
@buraksekili I am happy to contribute the fix, however my GitHub user is not authorized to push to this repository. Please see attached the fix for adding the imagePullSecrets to the service account
|
thanks for the suggested changes @FAntonescu actually, you can still contribute to the project if you wish :) I just wanted to let you know that you just need to fork our project and push your changes to your fork instead of the original project repository. then, you can create a pull request from your own fork to our project repository. For reference: |
@buraksekili I created a pull request for this fix |
wonderful, thank you @FAntonescu 🙏 i'll review it as soon as I can. in the meantime, can you please review my comment here? We use an automated script if you changed manifests directly, the automated script which runs |
The Helm chart tyk-operator version v0.13.0 ignores the
imagePullSecrets
configuration.Steps to reproduce the issue:
values.yaml
with theimagePullSecrets
configuration.values.yaml
fileExpected behavior:
The Kubernetes deployment should contain the configuration for the
imagePullSecrets
Actual behavior:
The Kubernetes deployment does not contain the
imagePullSecrets
configuration, causing the pod to remain stuck with a status of 'cannot pull Docker image'.Additional information:
This happens to both versions v0.12 and v0.13 of the Helm chart.
I am using Helm version v3.10.3 and Kubernetes v1.24
Please let me know if there's any other information you would like me to include.
The text was updated successfully, but these errors were encountered: