UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
50617ffe
Commit
50617ffe
authored
3 years ago
by
Michael McLeroy
Browse files
Options
Downloads
Patches
Plain Diff
Gatekeeper - add fine-grained exclusion for resources
parent
e3bff204
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!785
Gatekeeper - add fine-grained exclusion for resources
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
chart/dev-k3d-values.yaml
+8
-2
8 additions, 2 deletions
chart/dev-k3d-values.yaml
chart/values.yaml
+2
-2
2 additions, 2 deletions
chart/values.yaml
tests/ci/k3d/values.yaml
+8
-2
8 additions, 2 deletions
tests/ci/k3d/values.yaml
with
18 additions
and
6 deletions
chart/dev-k3d-values.yaml
+
8
−
2
View file @
50617ffe
...
...
@@ -7,5 +7,11 @@ gatekeeper:
violations
:
allowedDockerRegistries
:
match
:
excludedNamespaces
:
-
istio-system
\ No newline at end of file
excludedNamespaces
:
# Allows load balancer images for k3d from public repo
-
istio-system
hostNetworking
:
match
:
excludedNamespaces
:
# Allows load balancer containers to map ports for k3d
-
istio-system
\ No newline at end of file
This diff is collapsed.
Click to expand it.
chart/values.yaml
+
2
−
2
View file @
50617ffe
...
...
@@ -260,7 +260,7 @@ clusterAuditor:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
path
:
"
./chart"
tag
:
"
0.3.0-bb.
5
"
tag
:
"
0.3.0-bb.
6
"
# -- Flux reconciliation overrides specifically for the Cluster Auditor Package
flux
:
{}
...
...
@@ -281,7 +281,7 @@ gatekeeper:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git
path
:
"
./chart"
tag
:
"
3.5.1-bb.1
3
"
tag
:
"
3.5.1-bb.1
5
"
# -- Flux reconciliation overrides specifically for the OPA Gatekeeper Package
flux
:
...
...
This diff is collapsed.
Click to expand it.
tests/ci/k3d/values.yaml
+
8
−
2
View file @
50617ffe
...
...
@@ -88,8 +88,14 @@ gatekeeper:
violations
:
allowedDockerRegistries
:
match
:
excludedNamespaces
:
-
istio-system
# allows creation for loadbalancer pods for various ports and various vendor loadbalancers
excludedNamespaces
:
# Allows load balancer images for k3d from public repo
-
istio-system
hostNetworking
:
match
:
excludedNamespaces
:
# Allows load balancer containers to map ports for k3d
-
istio-system
twistlock
:
enabled
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment