From dbf33dba77ccc70defb531886ff97b2d207028c2 Mon Sep 17 00:00:00 2001 From: Alex Bransky Date: Wed, 5 Mar 2025 11:07:04 -0800 Subject: [PATCH] docs(ingest): update azure.md by removing extra word (#12780) --- docs/deploy/azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/azure.md b/docs/deploy/azure.md index 6ddd5fc5ba..d990a502f3 100644 --- a/docs/deploy/azure.md +++ b/docs/deploy/azure.md @@ -225,10 +225,10 @@ global: password: value: "${POSTGRES_ADMIN_PASSWORD}" ``` -Run this command helm command to update datahub configuration +Run this helm command to update datahub configuration ``` helm upgrade --install datahub datahub/datahub --values values.yaml ``` -And there you go! You have now installed DataHub on an Azure Kubernetes Cluster with an ingress controller set up to expose the frontend. Additionally you have utilized PostgreSQL as the storage layer of DataHub. \ No newline at end of file +And there you go! You have now installed DataHub on an Azure Kubernetes Cluster with an ingress controller set up to expose the frontend. Additionally you have utilized PostgreSQL as the storage layer of DataHub.