UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 04ee7c5f authored by Matt Vasquez's avatar Matt Vasquez
Browse files

Merge branch 'dev-overrides-update' into 'main'

Update dev override docs

See merge request !357
parents ef659a66 b49aacee
No related branches found
No related tags found
1 merge request!357Update dev override docs
Pipeline #3781931 passed with warnings
......@@ -23,6 +23,20 @@ clusterAuditor:
gatekeeper:
enabled: false
kyverno:
enabled: true
kyvernoPolicies:
enabled: true
values:
policies:
require-non-root-group:
exclude:
any:
- resources:
namespaces:
- gitlab-runner
istioOperator:
enabled: true
......@@ -61,6 +75,21 @@ addons:
gitlabRunner:
enabled: true
values:
autoRegister:
enabled: true
# Allow gitlab runner to run unprotected branches
runners:
protected: false
networkPolicies:
enabled: true
controlPlaneCidr: 172.20.0.0/29
kubeAPIPort: 6443
# If you are testing the runner, uncomment the following
# git:
# tag: null
# branch: "your-development-branch-name"
gitlab:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment