Skip to content

Commit 5dcf9e4

Browse files
authored
Updating Grafana step
Editing the helm install grafana command, changed --values flag to just grafana.yaml.
1 parent e577583 commit 5dcf9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/AWS/AWS-EKS/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)