@@ -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.
0 commit comments