From 173d44ee0a9c0716df3bee1d4dfdd9448d88c134 Mon Sep 17 00:00:00 2001 From: Gall Steinitz Date: Wed, 31 Jul 2024 22:12:21 -0700 Subject: [PATCH] fixed typo in env.yml: valies --> values --- lib/kamal/configuration/docs/env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/env.yml b/lib/kamal/configuration/docs/env.yml index b353228a..3c661c70 100644 --- a/lib/kamal/configuration/docs/env.yml +++ b/lib/kamal/configuration/docs/env.yml @@ -29,7 +29,7 @@ env: # To pass the secrets you should list them under the `secret` key. When you do this the # other variables need to be moved under the `clear` key. # -# Unlike clear valies, secrets are not passed directly to the container, +# Unlike clear values, secrets are not passed directly to the container, # but are stored in an env file on the host # The file is not updated when deploying, only when running `kamal envify` or `kamal env push`. env: