From 97cb1cb3e86cc0d74ce721441ae329e8d6a3073d Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Thu, 27 Jun 2024 13:09:00 +0530 Subject: [PATCH] changes to fix the local influx db data push bug people were facing error while pushing data into influx db Change-Id: I388767dc6be899cc54a142c47f13e36b85424e8e Signed-off-by: rajdeep11 --- docs/installation-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index b217e06..8fea6ef 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -123,7 +123,7 @@ Standalone Influx DB installation can be used if DME is not used as a data sourc .. code:: bash helm repo add bitnami https://charts.bitnami.com/bitnami - helm install my-release bitnami/influxdb + helm install my-release bitnami/influxdb --version 5.13.5 kubectl exec -it bash From below command we can get username, org name, org id and access token -- 2.16.6