Skip to content

Commit

Permalink
Fix typo in kbrew name in the README.md (#117)
Browse files Browse the repository at this point in the history
This changes occurrences of Kbrew with kbrew.
  • Loading branch information
bhavin192 authored Aug 4, 2021
1 parent 8398c1f commit 19a388f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,15 @@ The `pre_cleanup` and `post_cleanup` are very similar to the `pre_install` and `

##### How is kbrew different than Helm or Kubernetes Operator?

Kbrew uses Helm charts and operators both under the hood. Kbrew acts as a `glue code` that makes combination of installing a Helm chart, creating a manifest CR etc. into a single command that also tries to make some decisions such as StorageClass configuration etc. It is great for developers who wants to just get something running fast and fully working!
kbrew uses Helm charts and operators both under the hood. kbrew acts as a `glue code` that makes combination of installing a Helm chart, creating a manifest CR etc. into a single command that also tries to make some decisions such as StorageClass configuration etc. It is great for developers who wants to just get something running fast and fully working!

##### Should I use kbrew for installing applications in a production environment?

At this point, kbrew is not meant to install applications in production. It makes installing applications easy for developers and anyone tinkering and installing frequently

##### How can I contribute recipes for a project/tool?

The recipes are maintained in [Kbrew registry](https://github.com/kbrew-dev/kbrew-registry), and if a recipe does not exist then please raise an issue and you can contribute to the registry.
The recipes are maintained in [kbrew registry](https://github.com/kbrew-dev/kbrew-registry), and if a recipe does not exist then please raise an issue and you can contribute to the registry.

##### How is analytics used?

Expand All @@ -331,4 +331,4 @@ Please check [analytics](docs/analytics.md) for details.

##### Who is developing kbrew?

The team at [InfraCloud](https://www.infracloud.io/) is supporting Kbrew's development with love! But we love contributions from the community.
The team at [InfraCloud](https://www.infracloud.io/) is supporting kbrew's development with love! But we love contributions from the community.

0 comments on commit 19a388f

Please sign in to comment.