Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add links to feature flags and pod flags #505

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions content/master/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,13 @@ Running multiple Crossplane pods without leader election is unsupported.
Change Crossplane pod settings either before installing Crossplane by editing
the Helm `values.yml` file or after installation by editing the `Deployment`.

The full list of configuration options are available in the
[Crossplane Install]({{<ref "../software/install">}}) section.
The full list of
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
and
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
are available in the
[Crossplane Install]({{<ref "../software/install">}})
section.

{{< hint "note" >}}

Expand Down
9 changes: 7 additions & 2 deletions content/v1.13/concepts/pods.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,13 @@ Running multiple Crossplane pods without leader election is unsupported.
Change Crossplane pod settings either before installing Crossplane by editing
the Helm `values.yml` file or after installation by editing the `Deployment`.

The full list of configuration options are available in the
[Crossplane Install]({{<ref "../software/install">}}) section.
The full list of
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
and
[feature flags]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
are available in the
[Crossplane Install]({{<ref "../software/install">}})
section.

{{< hint "note" >}}

Expand Down