Skip to content

Commit

Permalink
Clean up and Vale fixes for upgrade docs and feature flag tables
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Watts <[email protected]>
  • Loading branch information
jbw976 committed Apr 2, 2024
1 parent 98f198e commit ed844d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions content/master/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ at the table below.
| Status | Flag | Description |
| --- | --- | --- |
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected if --enable-composition-functions is set to true. |
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for Deployment Runtime Configs. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
Expand Down
3 changes: 0 additions & 3 deletions content/v1.13/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ description: Manage Crossplane installations
## [Install Crossplane](install/)
How to install and customize Crossplane in an existing Kubernetes cluster.

## [Upgrade Crossplane](upgrade/)
How to upgrade Crossplane to newer versions of the software.

## [Uninstall Crossplane](uninstall/)
How to remove Crossplane from a Kubernetes cluster.
3 changes: 0 additions & 3 deletions content/v1.14/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ description: Manage Crossplane installations
## [Install Crossplane](install/)
How to install and customize Crossplane in an existing Kubernetes cluster.

## [Upgrade Crossplane](upgrade/)
How to upgrade Crossplane to newer versions of the software.

## [Uninstall Crossplane](uninstall/)
How to remove Crossplane from a Kubernetes cluster.
2 changes: 1 addition & 1 deletion content/v1.14/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ at the table below.
| --- | --- | --- |
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for Deployment Runtime Configs. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
Expand Down
4 changes: 2 additions & 2 deletions content/v1.15/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ at the table below.
| Status | Flag | Description |
| --- | --- | --- |
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected if --enable-composition-functions is set to true. |
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for Deployment Runtime Configs. |
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
Expand Down

0 comments on commit ed844d8

Please sign in to comment.