Skip to content

Commit e98a6d9

Browse files
committed
fix "feature-flags" reference
Signed-off-by: ezgidemirel <[email protected]>
1 parent c496974 commit e98a6d9

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

content/master/concepts/packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ In some cases, dependency version downgrade is required for proceeding with
285285
installations. Suppose configuration A, which depends on package X with the
286286
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
287287
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
288-
to install configuration Y, which depends on package X with the constraint `<=v2.0.0`.
288+
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
289289
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
290-
allow the installation of configuration Y which is disabled by default.
290+
allow the installation of configuration B which is disabled by default.
291291

292292
For enabling automatic dependency version downgrades, there is a configuration
293293
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
@@ -301,7 +301,7 @@ This configuration requires the `--enable-dependency-version-upgrades` flag.
301301
Please check the
302302
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
303303
and
304-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
304+
[feature flags]({{<ref "../software/install#feature-flags">}})
305305
are available in the
306306
[Crossplane Install]({{<ref "../software/install">}})
307307
section for more details.

content/master/concepts/pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ the Helm `values.yml` file or after installation by editing the `Deployment`.
350350
The full list of
351351
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
352352
and
353-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
353+
[feature flags]({{<ref "../software/install#feature-flags">}})
354354
are available in the
355355
[Crossplane Install]({{<ref "../software/install">}})
356356
section.

content/master/concepts/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ In some cases, dependency version downgrade is required for proceeding with
312312
installations. Suppose configuration A, which depends on package X with the
313313
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
314314
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
315-
to install configuration Y, which depends on package X with the constraint `<=v2.0.0`.
315+
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
316316
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
317-
allow the installation of configuration Y which is disabled by default.
317+
allow the installation of configuration B which is disabled by default.
318318

319319
For enabling automatic dependency version downgrades, there is a configuration
320320
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
@@ -328,7 +328,7 @@ This configuration requires the `--enable-dependency-version-upgrades` flag.
328328
Please check the
329329
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
330330
and
331-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
331+
[feature flags]({{<ref "../software/install#feature-flags">}})
332332
are available in the
333333
[Crossplane Install]({{<ref "../software/install">}})
334334
section for more details.

content/v1.17/concepts/pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ the Helm `values.yml` file or after installation by editing the `Deployment`.
350350
The full list of
351351
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
352352
and
353-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
353+
[feature flags]({{<ref "../software/install#feature-flags">}})
354354
are available in the
355355
[Crossplane Install]({{<ref "../software/install">}})
356356
section.

content/v1.18/concepts/pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ the Helm `values.yml` file or after installation by editing the `Deployment`.
350350
The full list of
351351
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
352352
and
353-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
353+
[feature flags]({{<ref "../software/install#feature-flags">}})
354354
are available in the
355355
[Crossplane Install]({{<ref "../software/install">}})
356356
section.

content/v1.19/concepts/packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ In some cases, dependency version downgrade is required for proceeding with
285285
installations. Suppose configuration A, which depends on package X with the
286286
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
287287
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
288-
to install configuration Y, which depends on package X with the constraint `<=v2.0.0`.
288+
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
289289
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
290-
allow the installation of configuration Y which is disabled by default.
290+
allow the installation of configuration B which is disabled by default.
291291

292292
For enabling automatic dependency version downgrades, there is a configuration
293293
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
@@ -301,7 +301,7 @@ This configuration requires the `--enable-dependency-version-upgrades` flag.
301301
Please check the
302302
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
303303
and
304-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
304+
[feature flags]({{<ref "../software/install#feature-flags">}})
305305
are available in the
306306
[Crossplane Install]({{<ref "../software/install">}})
307307
section for more details.

content/v1.19/concepts/pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ the Helm `values.yml` file or after installation by editing the `Deployment`.
350350
The full list of
351351
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
352352
and
353-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
353+
[feature flags]({{<ref "../software/install#feature-flags">}})
354354
are available in the
355355
[Crossplane Install]({{<ref "../software/install">}})
356356
section.

content/v1.19/concepts/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ In some cases, dependency version downgrade is required for proceeding with
312312
installations. Suppose configuration A, which depends on package X with the
313313
constraint`>=v0.0.0`, is installed on the control plane. In this case, the package
314314
manager installs the latest version of package X, such as `v3.0.0`. Later, you decide
315-
to install configuration Y, which depends on package X with the constraint `<=v2.0.0`.
315+
to install configuration B, which depends on package X with the constraint `<=v2.0.0`.
316316
Since version `v2.0.0`satisfies both conditions, package X must be downgraded to
317-
allow the installation of configuration Y which is disabled by default.
317+
allow the installation of configuration B which is disabled by default.
318318

319319
For enabling automatic dependency version downgrades, there is a configuration
320320
option as a helm value `packageManager.enableAutomaticDependencyDowngrade=true`.
@@ -328,7 +328,7 @@ This configuration requires the `--enable-dependency-version-upgrades` flag.
328328
Please check the
329329
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
330330
and
331-
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
331+
[feature flags]({{<ref "../software/install#feature-flags">}})
332332
are available in the
333333
[Crossplane Install]({{<ref "../software/install">}})
334334
section for more details.

0 commit comments

Comments
 (0)