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.