File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ helm uninstall ofo
2929
3030## kubectl
3131Apply the release yaml directly via kubectl
32- <!-- - x-release-please-start-version-->
32+ <!-- x-release-please-start-version -->
3333``` sh
3434kubectl create namespace open-feature-operator-system
3535kubectl 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
4141kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21/release.yaml
4242kubectl 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).
You can’t perform that action at this time.
0 commit comments