diff options
author | Maxim Gorbunov <m.v.gorbunov@gmail.com> | 2022-04-25 18:21:09 +0300 |
---|---|---|
committer | Maxim Gorbunov <m.v.gorbunov@gmail.com> | 2022-04-25 18:21:09 +0300 |
commit | ff5a280242a35a8087bff3aa427f6d89a278c2fe (patch) | |
tree | fe70ecb331ad72f3ea5f75218f14d21b689a7a8f | |
parent | eedd52f87e953326a3812ca1b81125aed1c775e7 (diff) | |
download | ydb-ff5a280242a35a8087bff3aa427f6d89a278c2fe.tar.gz |
Documentation fix
ref:618c69c6c2b3bcda8ed74072047b50ff5e70af7b
-rw-r--r-- | ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md b/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md index 37c62ff0e0..c4a1df3837 100644 --- a/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md +++ b/ydb/docs/en/core/deploy/orchestrated/_includes/ydb-kubernetes-operator.md @@ -75,7 +75,7 @@ Apply the manifest for creating a database: Run the command: ```bash - kubectl apply -f samples/minikube/database.yaml + kubectl apply -f samples/database.yaml ``` {% note info %} |