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 standard kubernetes install. An nginx-ingress controller is not installed and ssl isn't installed.
2- # This example file is used to create the sample cloudbees-core.yaml file bundled with the installation .
1+ # A helm example values file for standard kubernetes install.
2+ # An nginx-ingress controller is not installed and ssl isn't installed .
33# Install an nginx-ingress controller
44nginx-ingress :
5- enabled : false
5+ Enabled : false
66
77OperationsCenter :
88 # Set the HostName for the Operation Center
@@ -13,15 +13,3 @@ OperationsCenter:
1313 Enable : false
1414 SecretName : core-example-com-tls
1515 Host : jenkins.cluster.local
16-
17- # If you are migrating from an existing manual installation of CloudBees Core, provide the PVC that was created
18- # during the initial installation
19- Persistence :
20- ExistingClaim :
21-
22- nameOverride : cjoc
23-
24- saOverride :
25- enabled : true
26- serviceAccount : cjoc
27- masterServiceAccount : jenkins
You can’t perform that action at this time.
0 commit comments