Skip to content

Commit

Permalink
Add instructions for enabling alpha features
Browse files Browse the repository at this point in the history
This commit adds an example kubectl command for enabling alpha features.
  • Loading branch information
lbernick authored and tekton-robot committed Sep 6, 2022
1 parent 7b00bd2 commit 062ffcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ data:

Alpha features are still in development and their syntax is subject to change.
To enable these, set the `enable-api-fields` feature flag to `"alpha"` in
the `feature-flags` ConfigMap alongside your Tekton Pipelines deployment.
the `feature-flags` ConfigMap alongside your Tekton Pipelines deployment via
`kubectl edit configmap feature-flags -n tekton-pipelines`.

Features currently in "alpha" are:

Expand Down

0 comments on commit 062ffcb

Please sign in to comment.