Improve StreamFlow on Kubernetes - #659
Open
GlassOfWhiskey wants to merge 1 commit into
Open
Conversation
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
from
February 9, 2025 17:49
5eef4be to
8b59995
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
6 times, most recently
from
February 10, 2025 15:38
eda8219 to
4685214
Compare
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
from
February 14, 2025 07:25
4685214 to
a4b3f44
Compare
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
from
February 24, 2025 08:17
a4b3f44 to
5d4a78e
Compare
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
2 times, most recently
from
October 9, 2025 19:08
5c0434d to
be2e554
Compare
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GlassOfWhiskey
force-pushed
the
update-helm-chart
branch
from
October 18, 2025 12:36
be2e554 to
89a4641
Compare
GlassOfWhiskey
force-pushed
the
master
branch
7 times, most recently
from
January 12, 2026 08:25
b21f362 to
e7820f1
Compare
GlassOfWhiskey
force-pushed
the
master
branch
4 times, most recently
from
January 24, 2026 13:16
8c05dac to
4a6edc9
Compare
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.
This commit heavily refactors the StreamFlow Helm chart to simplify its deployment on top of Kubernetes clusters.
In addition, this commit adds a
networkPolicyflag to control the behaviour of CWLDockerRequirementobjects into KubernetesPoditems. Normally, the CWLNetworkAccessrequirement is enforced through KubernetesNetworkPolicyobjects. However,NetworkPolicyobjects regulate the network security inside a cluster, and giving the StreamFlowPodpermissions to create/delete them may result in unwanted security flaws. ThenetworkPolicyoption can be set toFalseto ignore the CWLNetworkAccessenforcement in such cases.