From 8388709d4df22800d9794bc1f02f3b51e9d3aa3a Mon Sep 17 00:00:00 2001 From: cchung100m Date: Mon, 8 May 2023 18:47:38 +0800 Subject: [PATCH] [Docs]Updated the install.md for solving metadata.annotations: Too long --- docs/operator/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator/install.md b/docs/operator/install.md index 06a380add8..06e8b19bae 100644 --- a/docs/operator/install.md +++ b/docs/operator/install.md @@ -42,7 +42,7 @@ to [crd yaml file](../../deploy/kubernetes/operator/config/crd/bases/uniffle.apa Run the following command: ``` -kubectl apply -f ${crd-yaml-file} +kubectl create -f ${crd-yaml-file} ``` ## Setup or Update Uniffle Webhook