UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b49aacee authored by Nigel Bazzeghin's avatar Nigel Bazzeghin Committed by Matt Vasquez
Browse files

Update dev override docs

parent ef659a66
No related branches found
Tags 8.2.9-bb.3
1 merge request!357Update dev override docs
......@@ -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