Skip to content

Commit

Permalink
docs:chore - minor grammar fixes (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: arpitpandey0209 <arpit100.700@rediffmail.com>
  • Loading branch information
wanderer163 authored Nov 30, 2021
1 parent 75aad0a commit d9c01b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Before contributing to this repository, please discuss the changes you wish to m
If you want to add an improvement, a new feature or bugfix, follow the steps to contribute:

**Step 1:** Make sure your branch is based on main;
**Step 2:** When opening an issue, choose a template to answer the questions regarding the what you want to contribute:
**Step 2:** When opening an issue, choose a template to answer the questions regarding what you want to contribute:
- [**Bug Report**](https://github.com/ZupIT/horusec/blob/main/.github/ISSUE_TEMPLATE/bug_report.md)
- [**Feature request**](https://github.com/ZupIT/horusec/blob/main/.github/ISSUE_TEMPLATE/feature_request.md)
- [**Improvement**](https://github.com/ZupIT/horusec/blob/main/.github/ISSUE_TEMPLATE/improvement.md)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After configuring your machine according to the requirements, install horusec-op
```bash
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.0"
```
2. See if the resoruce was installed:
2. See if the resource was installed:
```bash
kubectl api-resources | grep horus
```
Expand All @@ -57,7 +57,7 @@ horusecplatforms horus install.horusec.io tr

## **Usage**

After installing, you need to send the changes you want to Kubenernetes. In this example we are using an [**example yaml file**](./config/samples/install_v2alpha1_horusecplatform.yaml), if you send an empty yaml file like the example below, it will take the [**default horusec settings**](./api/v2alpha1/horusec_platform_defaults.json):
After installing, you need to send the changes you want to Kubernetes. In this example we are using an [**example yaml file**](./config/samples/install_v2alpha1_horusecplatform.yaml), if you send an empty yaml file like the example below, it will take the [**default horusec settings**](./api/v2alpha1/horusec_platform_defaults.json):

```yaml
apiVersion: install.horusec.io/v2alpha1
Expand Down Expand Up @@ -124,7 +124,7 @@ psql: could not connect to server: Connection refused
pod "postgresql-client" deleted
pod default/postgresql-client terminated (Error)
```
Don't worry, this is normal because the script is trying create new database, but the pod of the postgresql is not ready, it will run again until create new database.
Don't worry, this is normal because the script is trying to create new database, but the pod of the postgresql is not ready, it will run again until create new database.

**Step 3.** After the script finishes, install Horusec-Operator:
```bash
Expand Down

0 comments on commit d9c01b0

Please sign in to comment.