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
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
79f74f86
Commit
79f74f86
authored
1 year ago
by
Michael Martin
Committed by
Christopher O'Connell
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
kyverno limits fixes
parent
b277cbbc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3451
kyverno limits fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-values.yaml
+43
-38
43 additions, 38 deletions
tests/test-values.yaml
with
43 additions
and
38 deletions
tests/test-values.yaml
+
43
−
38
View file @
79f74f86
...
...
@@ -164,29 +164,30 @@ gatekeeper:
allowedHostFilesystem
:
parameters
:
excludedResources
:
-
nexus-repository-manager/nexus-repository-manager
-cypress-test
-
argocd/argocd
-cypress-test
-
cluster-auditor/cluster-auditor-cypress-test
-
fortify/fortify-cypress-test
-
fortify/fortify-ssc-cypress-test
-
gitlab/gitlab-cypress-test
-
gitlab-runner/gitlab-runner-cypress-test
-
gitlab/gitlab-runner-cypress-test
-
kiali/kiali-cypress-test
-
mattermost/mattermost-cypress-test
-
gitlab-runner/gitlab-runner-cypress-test
-
harbor/harbor-cypress-test
-
jaeger/jaeger-cypress-test
-
keycloak/keycloak-cypress-test
-
kiali/kiali-cypress-test
-
kyverno-reporter/kyverno-reporter-cypress-test
-
jaeger/jaeger-cypress-test
-
monitoring/monitoring-cypress-test
-
monitoring/grafana-cypress-test
-
vault/vault-cypress-test
-
logging/loki-cypress-test
-
twistlock/twistlock-cypress-test
-
sonarqube/sonarqube-cypress-test
-
fortify/fortify-cypress-test
-
harbor/harbor-cypress-test
-
logging/elasticsearch-kibana-cypress-test
-
tempo/tempo
-cypress-test
-
argocd/argocd
-cypress-test
-
logging/loki
-cypress-test
-
mattermost/mattermost
-cypress-test
-
minio/minio-instance-cypress-test
-
monitoring/grafana-cypress-test
-
monitoring/monitoring-cypress-test
-
neuvector/neuvector-cypress-test
-
nexus-repository-manager/nexus-repository-manager-cypress-test
-
sonarqube/sonarqube-cypress-test
-
tempo/tempo-cypress-test
-
twistlock/twistlock-cypress-test
-
vault/vault-cypress-test
# Allow kyverno test vectors for Helm test
-
default/restrict-host-path-mount-.?
-
default/restrict-host-path-write-.?
...
...
@@ -218,6 +219,7 @@ gatekeeper:
# Allow kyverno test vectors for Helm test
-
default/c.?
-
default/i.?
-
default/not-me
containerRatio
:
parameters
:
excludedResources
:
...
...
@@ -301,29 +303,29 @@ gatekeeper:
volumeTypes
:
parameters
:
excludedResources
:
-
nexus-repository-manager/nexus-repository-manager
-cypress-test
-
argocd/argocd
-cypress-test
-
cluster-auditor/cluster-auditor-cypress-test
-
fortify/fortify-ssc-cypress-test
-
gitlab/gitlab-cypress-test
-
gitlab-runner/gitlab-runner-cypress-test
-
gitlab/gitlab-runner-cypress-test
-
kiali/kiali-cypress-test
-
mattermost/mattermost-cypress-test
-
gitlab-runner/gitlab-runner-cypress-test
-
harbor/harbor-cypress-test
-
jaeger/jaeger-cypress-test
-
keycloak/keycloak-cypress-test
-
kiali/kiali-cypress-test
-
kyverno-reporter/kyverno-reporter-cypress-test
-
jaeger/jaeger-cypress-test
-
monitoring/monitoring-cypress-test
-
monitoring/grafana-cypress-test
-
vault/vault-cypress-test
-
logging/loki-cypress-test
-
twistlock/twistlock-cypress-test
-
sonarqube/sonarqube-cypress-test
-
fortify/fortify-ssc-cypress-test
-
harbor/harbor-cypress-test
-
logging/elasticsearch-kibana-cypress-test
-
tempo/tempo
-cypress-test
-
argocd/argocd
-cypress-test
-
logging/loki
-cypress-test
-
mattermost/mattermost
-cypress-test
-
minio/minio-instance-cypress-test
-
monitoring/grafana-cypress-test
-
monitoring/monitoring-cypress-test
-
neuvector/neuvector-cypress-test
-
nexus-repository-manager/nexus-repository-manager-cypress-test
-
sonarqube/sonarqube-cypress-test
-
tempo/tempo-cypress-test
-
twistlock/twistlock-cypress-test
-
vault/vault-cypress-test
# Allow kyverno test vectors for Helm test
-
default/restrict-host-path-mount-.?
-
default/restrict-host-path-write-.?
...
...
@@ -336,14 +338,17 @@ kyverno:
networkPolicies
:
externalRegistries
:
allowEgress
:
true
replicaCount
:
3
resources
:
limits
:
cpu
:
768m
memory
:
768Mi
requests
:
cpu
:
768m
memory
:
768Mi
admissionController
:
container
:
extraArgs
:
webhookTimeout
:
30
resources
:
limits
:
cpu
:
1
memory
:
768Mi
requests
:
cpu
:
1
memory
:
768Mi
bbtests
:
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