diff --git a/docs/_includes/reference/cli/werf_kube_run.md b/docs/_includes/reference/cli/werf_kube_run.md index aa2e8a3b23..9bae9f86b3 100644 --- a/docs/_includes/reference/cli/werf_kube_run.md +++ b/docs/_includes/reference/cli/werf_kube_run.md @@ -142,7 +142,8 @@ werf kube-run [options] [IMAGE_NAME] [-- COMMAND ARG...] deploy.namespace custom template from werf.yaml or $WERF_NAMESPACE) --overrides='' Inline JSON to override/extend any fields in created Pod, e.g. to add imagePullSecrets - field (default $WERF_OVERRIDES) + field (default $WERF_OVERRIDES). %pod_name% and %container_name% will be replaced with + names of a created pod and a container. --platform='' Enable platform emulation when building images with werf. The only supported option for now is linux/amd64.