Add missing network policy for stackgres operator#586
Merged
github-actions[bot] merged 1 commit intomasterfrom Feb 12, 2026
Merged
Add missing network policy for stackgres operator#586github-actions[bot] merged 1 commit intomasterfrom
github-actions[bot] merged 1 commit intomasterfrom
Conversation
3 tasks
Contributor
|
d5fd72e to
b5dff53
Compare
Contributor
|
Contributor
|
There was a problem hiding this comment.
Pull request overview
Adds an additional NetworkPolicy to ensure the StackGres operator can reach the PostgreSQL instance namespace, complementing the default per-instance NetworkPolicy created during namespace bootstrapping.
Changes:
- Create a new NetworkPolicy allowing ingress from the StackGres operator namespace into the instance namespace.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mikeshootzz
requested changes
Feb 12, 2026
b5dff53 to
c71f687
Compare
c71f687 to
b9f5dac
Compare
Contributor
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
b9f5dac to
6708ae2
Compare
Contributor
|
The stackgres operator needs access to the instance itself in order to properly manage it. Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
6708ae2 to
d363b97
Compare
Contributor
|
mikeshootzz
approved these changes
Feb 12, 2026
mdnix
approved these changes
Feb 12, 2026
Member
Author
|
/merge |
Contributor
TheBigLee
pushed a commit
to vshn/component-appcat
that referenced
this pull request
Feb 12, 2026
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.
Summary
Checklist
/mergecomment.Component PR: vshn/component-appcat#1069