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

No imagePullPolicy for self signed SSL certificate container #189

Open
1 of 2 tasks
bdalpe opened this issue Mar 20, 2024 · 1 comment
Open
1 of 2 tasks

No imagePullPolicy for self signed SSL certificate container #189

bdalpe opened this issue Mar 20, 2024 · 1 comment
Labels

Comments

@bdalpe
Copy link

bdalpe commented Mar 20, 2024

Preflight Checklist

  • I could not find a solution in the existing issues, docs, nor discussions
  • I have joined the ZITADEL chat

Describe your problem

The chart does not have a configurable value for imagePullPolicy in the alpine/openssl initContainer. This causes the imagePullPolicy to be set to Always by default resulting in excessive pulling from Docker.

Describe your ideal solution

As a user of the Helm Chart, I want to be able to configure the imagePullPolicy for the self signed certificate generation.

Version

7.6.1

App version

v2.46.0

Additional Context

Why not consider using Helm's built-in [genSelfSignedCert](https://helm.sh/docs/chart_template_guide/function_list/#genselfsignedcert) function? This eliminates the need for the initContainer all together

@hifabienne
Copy link
Member

Thank you for sharing your idea.
If there is a significant demand from customers/community, we will carefully consider implementing the feature.
Currently, the issue will be added to our product backlog to collect feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📨 Product Backlog
Development

No branches or pull requests

2 participants