Skip to content

Commit da40e77

Browse files
committed
fixes linting issues here
1 parent 7bdcf67 commit da40e77

File tree

1 file changed

+14
-0
lines changed
  • build/templates/cockroachdb-parent/charts/cockroachdb

1 file changed

+14
-0
lines changed

build/templates/cockroachdb-parent/charts/cockroachdb/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ cockroachdb:
265265
#
266266
# walFailoverSpec captures the configuration for WAL Failover.
267267
walFailoverSpec: {}
268+
# name determines the prefix of the pvc name that we want to provide
269+
# for the wal failover. This field was introduced during the migration process
270+
# from the statefulset to the operator.
271+
# name: failover-dir
272+
#
268273
# status determines the possible values to WAL Failover configuration.
269274
# It has 3 possible values: "", "enable" and "disable".
270275
# status: ""
@@ -276,6 +281,15 @@ cockroachdb:
276281
# If not set, the default provisioner will be chosen (gp2 on AWS, standard on GKE).
277282
# storageClassName: ""
278283
#
284+
# path is the absolute mount path inside the CockroachDB container to use for WAL failover side disk.
285+
# Examples:
286+
# - /cockroach/cockroach-failover
287+
# - /cockroach/custom/path
288+
# IMPORTANT: Set it only for fresh deployments. Changing it on upgrades might cause issues with the deployment.
289+
# TODO: Add validation in the operator to prevent changing this value on upgrades.
290+
#
291+
# path: "/cockroach/cockroach-failover"
292+
#
279293
# podLabels captures additional labels to apply to CockroachDB pods.
280294
podLabels:
281295
app.kubernetes.io/component: cockroachdb

0 commit comments

Comments
 (0)