Skip to content

Commit 22c41bd

Browse files
release please annotation blocks
Signed-off-by: James Milligan <[email protected]>
1 parent 56fd6b8 commit 22c41bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ helm uninstall ofo
2929

3030
## kubectl
3131
Apply the release yaml directly via kubectl
32-
<!---x-release-please-start-version-->
32+
<!-- x-release-please-start-version -->
3333
```sh
3434
kubectl create namespace open-feature-operator-system
3535
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21/release.yaml
3636
```
37-
<!---x-release-please-end-->
37+
<!-- x-release-please-end -->
3838
### Uninstall
39-
<!---x-release-please-start-version-->
39+
<!-- x-release-please-start-version -->
4040
```sh
4141
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21/release.yaml
4242
kubectl delete namespace open-feature-operator-system
4343
```
44-
<!---x-release-please-end-->
44+
<!-- x-release-please-end -->
4545

4646
## Release contents
4747
- `FeatureFlagConfiguration` `CustomResourceDefinition` (custom type that holds the configured state of feature flags).

0 commit comments

Comments
 (0)