Skip to content

Commit 6f65125

Browse files
committed
Fix liquid warnings about code block contents
1 parent 84ae52c commit 6f65125

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/current/v25.2/scale-cockroachdb-operator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ The following prerequisites are necessary for the {{ site.data.products.cockroac
119119

120120
- The `--enable-k8s-node-/controller=true` flag must be enabled in the operator's `.yaml` values file, for example:
121121
{% include_cached copy-clipboard.html %}
122+
{% raw %}
122123
~~~ yaml
123124
containers:
124125
- name: cockroach-operator
125126
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
126127
args:
127128
- "-enable-k8s-node-controller=true"
128129
~~~
130+
{% endraw %}
129131
- At least one replica of the operator must not be on the target node.
130132
- There must be no under-replicated ranges on the CockroachDB cluster.
131133

src/current/v25.3/scale-cockroachdb-operator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ The following prerequisites are necessary for the {{ site.data.products.cockroac
119119

120120
- The `--enable-k8s-node-/controller=true` flag must be enabled in the operator's `.yaml` values file, for example:
121121
{% include_cached copy-clipboard.html %}
122+
{% raw %}
122123
~~~ yaml
123124
containers:
124125
- name: cockroach-operator
125126
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
126127
args:
127128
- "-enable-k8s-node-controller=true"
128129
~~~
130+
{% endraw %}
129131
- At least one replica of the operator must not be on the target node.
130132
- There must be no under-replicated ranges on the CockroachDB cluster.
131133

src/current/v25.4/scale-cockroachdb-operator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ The following prerequisites are necessary for the {{ site.data.products.cockroac
119119

120120
- The `--enable-k8s-node-/controller=true` flag must be enabled in the operator's `.yaml` values file, for example:
121121
{% include_cached copy-clipboard.html %}
122+
{% raw %}
122123
~~~ yaml
123124
containers:
124125
- name: cockroach-operator
125126
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
126127
args:
127128
- "-enable-k8s-node-controller=true"
128129
~~~
130+
{% endraw %}
129131
- At least one replica of the operator must not be on the target node.
130132
- There must be no under-replicated ranges on the CockroachDB cluster.
131133

src/current/v26.1/scale-cockroachdb-operator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,15 @@ The following prerequisites are necessary for the {{ site.data.products.cockroac
119119

120120
- The `--enable-k8s-node-/controller=true` flag must be enabled in the operator's `.yaml` values file, for example:
121121
{% include_cached copy-clipboard.html %}
122+
{% raw %}
122123
~~~ yaml
123124
containers:
124125
- name: cockroach-operator
125126
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
126127
args:
127128
- "-enable-k8s-node-controller=true"
128129
~~~
130+
{% endraw %}
129131
- At least one replica of the operator must not be on the target node.
130132
- There must be no under-replicated ranges on the CockroachDB cluster.
131133

0 commit comments

Comments
 (0)