Skip to content

Commit 755d384

Browse files
committed
CPLT2-5469 - Removed Override values that aren’t required
1 parent 7b35a4f commit 755d384

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
nginx-ingress:
5-
enabled: false
5+
Enabled: false
66

77
OperationsCenter:
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

0 commit comments

Comments
 (0)