Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The above command installs a specified version of imgproxy.

### Environment Variables

Use the `env` part of the values to configuse imgproxy server itself.
Use the `env` part of the values to configure imgproxy server itself.
Check the [documentation](https://docs.imgproxy.net/configuration) for the list of supported variables.

```yaml
Expand All @@ -123,7 +123,7 @@ If you want to manage your keys in a more secure manner prepare Secrets (via Ext
# values.yaml
resources:
addSecrets:
- improxy-external-secrets
- imgproxy-external-secrets
```


Expand Down