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

[grafana] image-renderer: fix namespace selector issue #1637

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

clementnuss
Copy link
Contributor

fixes #795
removing the namespaceSelector from the network policy
effectively only allows pods from the same namespace to access
the image renderer. there is no need to manually specify the
namespace, and the label previously used to match on a namespace
isn't the default K8s namespace label (that would be
kubernetes.io/metadata.name )

@CLAassistant
Copy link

CLAassistant commented Jul 26, 2022

CLA assistant check
All committers have signed the CLA.

fixes grafana#795
removing the `namespaceSelector` from the network policy
effectively only allows pods from the same namespace to access
the image renderer. there is no need to manually specify the
namespace, and the label previously used to match on a namespace
isn't the default K8s namespace label (that would be
kubernetes.io/metadata.name )

Signed-off-by: Clément Nussbaumer <clement@astutus.org>
@zanhsieh zanhsieh changed the title image-renderer: fix namespace selector issue [grafana] image-renderer: fix namespace selector issue Jul 27, 2022
Signed-off-by: MH <zanhsieh@gmail.com>
@zanhsieh zanhsieh merged commit fb878ae into grafana:main Jul 27, 2022
@clementnuss clementnuss deleted the patch-1 branch July 27, 2022 03:46
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.

Grafana image renderer CrashLoopBackoff due to NetPol
3 participants