Skip to content

Commit

Permalink
Rewording to avoid use word 'you'
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode committed Sep 23, 2024
1 parent 9083497 commit d700d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/polaris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ A Helm chart for Polaris.

### Optional

When using custom `persistence.xml`, you will need to create a K8S Secret for `.persistenceConfigSecret`. Here is a sample instruction:
When using a custom `persistence.xml`, a Kubernetes Secret must be created for `.persistenceConfigSecret`. Below is a sample command:
```bash
kubectl create secret generic polaris-secret -n polaris --from-file=persistence.xml
kubectl create secret generic polaris-secret -n polaris --from-file=persistence.xml
```

### From local directory (for development purposes)
Expand Down
2 changes: 1 addition & 1 deletion helm/polaris/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

### Optional

When using custom `persistence.xml`, you will need to create a K8S Secret for `.persistenceConfigSecret`. Here is a sample instruction:
When using a custom `persistence.xml`, a Kubernetes Secret must be created for `.persistenceConfigSecret`. Below is a sample command:
```bash
kubectl create secret generic polaris-secret -n polaris --from-file=persistence.xml
```
Expand Down

0 comments on commit d700d2f

Please sign in to comment.