From f9dd8c4359deedfe6e9816c4d020d5bec00c984e Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 30 Nov 2025 20:58:58 +1100 Subject: [PATCH] Fix typos --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index abe1b41..840694d 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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 ```