Skip to content

Commit fa51b8c

Browse files
Copy edits
1 parent 76640be commit fa51b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbees-cd/kubernetes/cloudbees-cd-demo-multizone.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ storage:
99
serverPlugins:
1010
accessMode: ReadWriteOnce
1111
# Storage class for plugins directory. Currently it has to be shared across server and web replicas.
12-
# Server and web are co-located using hard affinity rule for non clusteredMode. StorageClass is null here to ensure the same behavior across all cloud providers
13-
# (it forces storage class to fall back to "default" disk based ReadWriteOnce platform specific storage class)
12+
# Server and web are co-located using hard affinity rule for non-clusteredMode. StorageClass is null here to ensure the same behavior across all cloud providers.
13+
# (it forces storage class to fall back to "default" disk-based ReadWriteOnce platform-specific storage class)
1414
storageClass: null
1515
storage: 5Gi
1616

@@ -55,7 +55,7 @@ flowCredentials:
5555
## will be read from the secret instead of the plain-text `adminPassword` (not recommended for production).
5656
##
5757
## The data field must contain base64 encoded value for key 'CBF_SERVER_ADMIN_PASSWORD'.
58-
## E.g., kubectl create secret generic flow-admin-secret --from-literal=CBF_SERVER_ADMIN_PASSWORD='rrx!*d$z75Dsb'
58+
## For example, kubectl create secret generic flow-admin-secret --from-literal=CBF_SERVER_ADMIN_PASSWORD='rrx!*d$z75Dsb'
5959
##
6060
## Uncomment the following line to set the name of the secret to use to read the admin user password.
6161
# existingSecret: flow-admin-secret

0 commit comments

Comments
 (0)