[grafana] Allow specifying IP block for network policy#93
Merged
QuentinBisson merged 1 commit intografana-community:mainfrom Feb 16, 2026
Merged
[grafana] Allow specifying IP block for network policy#93QuentinBisson merged 1 commit intografana-community:mainfrom
QuentinBisson merged 1 commit intografana-community:mainfrom
Conversation
df8d123 to
f2ee429
Compare
Signed-off-by: Julliano Goncalves <[email protected]>
f2ee429 to
309f281
Compare
|
@jullianow can you please fix the lint? |
Author
I tried to fix it, but super-lint is reporting problems with natural language. For example, it expects you to write YAML. This is not possible. Therefore, I couldn't fix it. |
|
You are right, your changes did not cause this. I'll merge this PR for now @TheRealNoob and @jkroepke are you already working on a fix for this or should I? |
Member
|
Could you do that? The fix is basicly fix the terms in the values.yaml, since helm-docs just generate the README based on the comments from the values.yaml |
|
For sure, I just wanted to avoid duplicate effort :) |
|
I think my recent PRs did :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What this PR does / why we need it
This change adds the ability to define IP blocks to allow entry to the Grafana pod only for specific IPs.
This is essentially necessary, for example, when we want to allow specific traffic from GCP Health Check IPs when using Gateway API, for example.
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist
[grafana])