diff --git a/deploy/aks/monitoring/perf/README.md b/deploy/aks/monitoring/perf/README.md index 225ec024..5d2a96a3 100644 --- a/deploy/aks/monitoring/perf/README.md +++ b/deploy/aks/monitoring/perf/README.md @@ -25,6 +25,7 @@ az account set --subscription "${SUBSCRIPTION_ID}" DAPR_PERF_RG= DAPR_PERF_LOCATION= CLUSTER_NAME= +PROMETHEUS_PUSHGATEWAY_USER_NAME= DAPR_PERF_METRICS_NAMESPACE=dapr-perf-metrics ``` @@ -81,7 +82,7 @@ helm upgrade --install \ To create a basic authentication [username and password](https://kubernetes.github.io/ingress-nginx/examples/auth/basic/), use the following command, which will create an auth file and prompt you to provide a username and password. ```bash -htpasswd -c auth +htpasswd -c auth ${PROMETHEUS_PUSHGATEWAY_USER_NAME} ``` #### Step 11: Create a Secret in Kubernetes