diff --git a/docs/source/locale/ja/LC_MESSAGES/markdown.po b/docs/source/locale/ja/LC_MESSAGES/markdown.po index 4b4f1ae83c..76b1fbeb96 100644 --- a/docs/source/locale/ja/LC_MESSAGES/markdown.po +++ b/docs/source/locale/ja/LC_MESSAGES/markdown.po @@ -10316,7 +10316,7 @@ msgid "" "A secret is a blob of sensitive data which a container needs at runtime " "but is not stored in the image or in source control, such as usernames " "and passwords, TLS certificates and keys, SSH keys or other important " -"generic strings or binary content (up to 500 kb in size)." +"generic strings or binary content (up to 512 kB in size)." msgstr "" #: ../../source/markdown/podman-create.1.md:1612 diff --git a/docs/source/markdown/options/secret.md b/docs/source/markdown/options/secret.md index 47c336a503..7b8f6e0397 100644 --- a/docs/source/markdown/options/secret.md +++ b/docs/source/markdown/options/secret.md @@ -8,7 +8,7 @@ Give the container access to a secret. Can be specified multiple times. A secret is a blob of sensitive data which a container needs at runtime but is not stored in the image or in source control, such as usernames and passwords, -TLS certificates and keys, SSH keys or other important generic strings or binary content (up to 500 kb in size). +TLS certificates and keys, SSH keys or other important generic strings or binary content (up to 512 kB in size). When secrets are specified as type `mount`, the secrets are copied and mounted into the container when a container is created. When secrets are specified as type `env`, the secret is set as an environment variable within the container. diff --git a/docs/source/markdown/podman-secret-create.1.md b/docs/source/markdown/podman-secret-create.1.md index 70080353db..5f0ef17bfd 100644 --- a/docs/source/markdown/podman-secret-create.1.md +++ b/docs/source/markdown/podman-secret-create.1.md @@ -14,7 +14,7 @@ Create accepts a path to a file, or `-`, which tells podman to read the secret f A secret is a blob of sensitive data which a container needs at runtime but is not stored in the image or in source control, such as usernames and passwords, -TLS certificates and keys, SSH keys or other important generic strings or binary content (up to 500 kb in size). +TLS certificates and keys, SSH keys or other important generic strings or binary content (up to 512 kB in size). Secrets are not committed to an image with `podman commit`, and do not get committed in the archive created by a `podman export` command.