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
119
119
## Deploying and Configuring Grafana
120
120
1 . Execute the command:
121
121
` 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) :
123
123
124
124
helm install grafana grafana/grafana \
125
125
--namespace grafana \
126
126
--set persistence.storageClassName="gp2" \
127
127
--set persistence.enabled=true \
128
128
--set adminPassword='EKS!sAWSome' \
129
- --values ${HOME}/environment/grafana/ grafana.yaml \
129
+ --values grafana.yaml \
130
130
--set service.type=LoadBalancer
131
131
132
132
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