-
Notifications
You must be signed in to change notification settings - Fork 297
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
ImagePullSecrets not consistent across Charts #673
Comments
You're right. Thanks for the notice. Basically, we have 2 behaviors here:
Right now, the |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Hey @Issif , has this been addressed yet? 🤔 |
nope, I'm adding it in my todo but it implies some breaking changes |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Any updates? |
No change til now, it will create a breaking change for the users. Let me add this in the PR I'm preparing for another fix |
Describe the bug
If we install the latest Version of
falcosecurity/falco
Chart with a customImagePullSecrets
we got a different rendering behavior from the Sidekick Subcharts.How to reproduce it
Install the
falcosecurity/falco
Chart with custom ImagePullSecrets for Falco and Falcosidekick.the Manifest for the
falco
Chart itself everything looks good.but on the Sidekick Subchart we got a broken entry:
Quickfix
In order to generate a valid manifest, the key "name" must be removed from the imagePullSecrets list in Falcosidekick.
Expected behaviour
Same interpolation logic across all charts or add at least a Note to the Docs.
The text was updated successfully, but these errors were encountered: