Skip to content

Commit 162b3a6

Browse files
committed
Fix the indentation
1 parent f886c28 commit 162b3a6

File tree

2 files changed

+36
-40
lines changed
  • build/templates/cockroachdb-parent/charts/cockroachdb
  • cockroachdb-parent/charts/cockroachdb

2 files changed

+36
-40
lines changed

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

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -391,32 +391,35 @@ cockroachdb:
391391
# If specified, podTemplate is merged with the default pod specification, with settings in podTemplate taking precedence.
392392
# This can be used to add or update containers, volumes, and other settings of the CockroachDB pod.
393393
podTemplate:
394-
# # metadata captures the pod metadata for CockroachDB pods.
394+
# metadata captures the pod metadata for CockroachDB pods.
395395
metadata:
396396
labels:
397397
app.kubernetes.io/component: cockroachdb
398398
annotations: {}
399-
# # spec captures the pod specification for CockroachDB pods.
399+
# spec captures the pod specification for CockroachDB pods.
400400
spec:
401-
# # initContainers captures the list of init containers for CockroachDB pods.
402-
# initContainers:
403-
# - name : cockroachdb-init
404-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/init-container@sha256:c3e4ba851802a429c7f76c639a64b9152d206cebb31162c1760f05e98f7c4254
405-
# # containers captures the list of containers for CockroachDB pods.
401+
# imagePullSecrets captures the secrets for fetching images from private registries.
402+
# imagePullSecrets: []
403+
# initContainers captures the list of init containers for CockroachDB pods.
404+
# initContainers:
405+
# - name : cockroachdb-init
406+
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/init-container@sha256:c3e4ba851802a429c7f76c639a64b9152d206cebb31162c1760f05e98f7c4254
407+
# containers captures the list of containers for CockroachDB pods.
406408
containers:
407409
- name: cockroachdb
408410
# env captures environment variables set on CockroachDB pods.
409411
env: []
410-
# - name: APP_NAME
411-
# value: "CRDB"
412-
# - name: POD_NAME
413-
# valueFrom:
414-
# fieldRef:
415-
# fieldPath: metadata.name
412+
# - name: APP_NAME
413+
# value: "CRDB"
414+
# - name: POD_NAME
415+
# valueFrom:
416+
# fieldRef:
417+
# fieldPath: metadata.name
416418
resources: {}
417419
# image: cockroachdb/cockroach:v25.2.2
418-
# - name: cert-reloader
419-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
420+
# - name: cert-reloader
421+
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
422+
420423
# topologySpreadConstraints captures pod topology spread constraints.
421424
# It is recommended to spread CockroachDB pods across zones to ensure high availability.
422425
topologySpreadConstraints:
@@ -464,11 +467,6 @@ cockroachdb:
464467
# - S2
465468
# topologyKey: topology.kubernetes.io/zone
466469
#
467-
# image: cockroachdb/cockroach:v25.2.2
468-
# - name: cert-reloader
469-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
470-
# # imagePullSecrets captures the secrets for fetching images from private registries.
471-
# imagePullSecrets: []
472470

473471
# persistentVolumeClaimRetentionPolicy is used to Retain or Delete the PVCs when the node is deleted.
474472
# If not specified, the PVCs will be deleted when the node is deleted.

cockroachdb-parent/charts/cockroachdb/values.yaml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -392,32 +392,35 @@ cockroachdb:
392392
# If specified, podTemplate is merged with the default pod specification, with settings in podTemplate taking precedence.
393393
# This can be used to add or update containers, volumes, and other settings of the CockroachDB pod.
394394
podTemplate:
395-
# # metadata captures the pod metadata for CockroachDB pods.
395+
# metadata captures the pod metadata for CockroachDB pods.
396396
metadata:
397397
labels:
398398
app.kubernetes.io/component: cockroachdb
399399
annotations: {}
400-
# # spec captures the pod specification for CockroachDB pods.
400+
# spec captures the pod specification for CockroachDB pods.
401401
spec:
402-
# # initContainers captures the list of init containers for CockroachDB pods.
403-
# initContainers:
404-
# - name : cockroachdb-init
405-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/init-container@sha256:c3e4ba851802a429c7f76c639a64b9152d206cebb31162c1760f05e98f7c4254
406-
# # containers captures the list of containers for CockroachDB pods.
402+
# imagePullSecrets captures the secrets for fetching images from private registries.
403+
# imagePullSecrets: []
404+
# initContainers captures the list of init containers for CockroachDB pods.
405+
# initContainers:
406+
# - name : cockroachdb-init
407+
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/init-container@sha256:c3e4ba851802a429c7f76c639a64b9152d206cebb31162c1760f05e98f7c4254
408+
# containers captures the list of containers for CockroachDB pods.
407409
containers:
408410
- name: cockroachdb
409411
# env captures environment variables set on CockroachDB pods.
410412
env: []
411-
# - name: APP_NAME
412-
# value: "CRDB"
413-
# - name: POD_NAME
414-
# valueFrom:
415-
# fieldRef:
416-
# fieldPath: metadata.name
413+
# - name: APP_NAME
414+
# value: "CRDB"
415+
# - name: POD_NAME
416+
# valueFrom:
417+
# fieldRef:
418+
# fieldPath: metadata.name
417419
resources: {}
418420
# image: cockroachdb/cockroach:v25.2.2
419-
# - name: cert-reloader
420-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
421+
# - name: cert-reloader
422+
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
423+
421424
# topologySpreadConstraints captures pod topology spread constraints.
422425
# It is recommended to spread CockroachDB pods across zones to ensure high availability.
423426
topologySpreadConstraints:
@@ -465,11 +468,6 @@ cockroachdb:
465468
# - S2
466469
# topologyKey: topology.kubernetes.io/zone
467470
#
468-
# image: cockroachdb/cockroach:v25.2.2
469-
# - name: cert-reloader
470-
# image: us-docker.pkg.dev/cockroach-cloud-images/data-plane/inotifywait:87edf086db32734c7fa083a62d1055d664900840
471-
# # imagePullSecrets captures the secrets for fetching images from private registries.
472-
# imagePullSecrets: []
473471

474472
# persistentVolumeClaimRetentionPolicy is used to Retain or Delete the PVCs when the node is deleted.
475473
# If not specified, the PVCs will be deleted when the node is deleted.

0 commit comments

Comments
 (0)