File tree Expand file tree Collapse file tree
helm-custom-value-file-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # A helm example values file for migrating a CloudBees Core for Modern Platfrom Install.
2+ # Install an nginx-ingress controller
3+ nginx-ingress :
4+ # Change this to true, if you want to install the NGINX Ingress Controller
5+ Enabled : false
6+
7+ OperationsCenter :
8+ # Set the HostName for the Operation Center
9+ HostName : ' cloudbees-core.example.com'
10+ Ingress :
11+ tls :
12+ # # Set this to true in order to enable TLS on the ingress record
13+ Enable : false
14+ SecretName : core-example-com-tls
15+ Host : jenkins.cluster.local
16+
17+ # Do not change these values. They are all set for migrating CloudBees Core.
18+ Persistence :
19+ ExistingClaim : ' jenkins-home-cjoc-0'
20+
21+ nameOverride : cjoc
22+
23+ saOverride :
24+ enabled : true
25+ serviceAccount : cjoc
26+ masterServiceAccount : jenkins
You can’t perform that action at this time.
0 commit comments