Skip to content

Commit 75a53c8

Browse files
author
ebembi-crdb
committed
Merge branch 'feat/algolia-migration' of https://github.com/cockroachdb/docs into feat/algolia-migration
2 parents aba63de + 66e5dca commit 75a53c8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/current/_includes/molt/fetch-secure-connection-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To keep your database credentials out of shell history and logs, follow these be
88

99
{% include_cached copy-clipboard.html %}
1010
~~~ shell
11-
molt escape-password 'a$52&'
11+
molt escape-password --password 'a$52&'
1212
~~~
1313

1414
Use the encoded password in your `--source` connection string. For example:

src/current/molt/molt-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Complete the following items before using MOLT Fetch:
4343

4444
{% include_cached copy-clipboard.html %}
4545
~~~ shell
46-
molt escape-password 'a$52&'
46+
molt escape-password --password 'a$52&'
4747
~~~
4848

4949
Substitute the following encoded password in your original connection url string:

src/current/molt/molt-verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Complete the following items before using MOLT Verify:
4545

4646
{% include_cached copy-clipboard.html %}
4747
~~~ shell
48-
molt escape-password 'a$52&'
48+
molt escape-password --password 'a$52&'
4949
~~~
5050

5151
~~~

src/current/v25.4/override-templates-cockroachdb-operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ cockroachdb:
3939
# containers captures the list of containers for CockroachDB pods.
4040
containers:
4141
- name: cockroachdb
42-
image: cockroachdb/cockroach:v25.3.2
42+
image: cockroachdb/cockroach:v25.4.0
4343
# imagePullSecrets captures the secrets for fetching images from private registries.
4444
imagePullSecrets: []
4545
~~~
4646

47-
At least one value for `containers` must be specified if any part of `podTemplate` is being modified. For example, the following `podTemplate` configuration overrides pod anti-affinity behavior and specifies a default `cockroachdb/cockroach:v25.3.2` container image:
47+
At least one value for `containers` must be specified if any part of `podTemplate` is being modified. For example, the following `podTemplate` configuration overrides pod anti-affinity behavior and specifies a default `cockroachdb/cockroach:v25.4.0` container image:
4848

4949
~~~ yaml
5050
cockroachdb:
@@ -65,7 +65,7 @@ cockroachdb:
6565
topologyKey: kubernetes.io/hostname
6666
containers:
6767
- name: cockroachdb
68-
image: cockroachdb/cockroach:v25.3.2
68+
image: cockroachdb/cockroach:v25.4.0
6969
~~~
7070

7171
## Override the default `cockroach start` flags

0 commit comments

Comments
 (0)