File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
119119## Deploying and Configuring Grafana
120120 1 . Execute the command:
121121 ` helm repo add grafana https://grafana.github.io/helm-charts `
122- 2 . Execute the command:
122+ 2 . Execute the command (you can find the grafana.yaml file in the AWS-EKS directory) :
123123
124124 helm install grafana grafana/grafana \
125125 --namespace grafana \
126126 --set persistence.storageClassName="gp2" \
127127 --set persistence.enabled=true \
128128 --set adminPassword='EKS!sAWSome' \
129- --values ${HOME}/environment/grafana/ grafana.yaml \
129+ --values grafana.yaml \
130130 --set service.type=LoadBalancer
131131
132132 3 . Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome
You can’t perform that action at this time.
0 commit comments