Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change the cluster name from `public` to `my_cluster` in the example to make it more understandable.
  • Loading branch information
hobord authored Nov 14, 2024
1 parent 9eba55b commit 2d9719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example:
helm upgrade -install doit-eks-lens doit-eks-lens/doit-eks-lens --set region=us-east-1 \
--set metricsDeploymentId=2Dw7oXwSkgjwjsXGcSMr \
--set s3_bucket=doitintl-eks-metrics-410386763839-us-east-1 \
--set s3_prefix=eks-metrics/410386763839/us-east-1/public \
--set s3_prefix=eks-metrics/410386763839/us-east-1/my_cluster \
--set role_arn=arn:aws:iam::410386763839:role/doit_eks_us-east-1_public \
--namespace doit-eks-metrics \
--create-namespace
Expand Down

0 comments on commit 2d9719a

Please sign in to comment.