Skip to content

Commit

Permalink
chore(charts): fix typos (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 authored Nov 6, 2023
1 parent fab32a3 commit 0dbbd37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/grafana-stakewise-dashboards/dashboards/erigon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3453,7 +3453,7 @@
"exemplar": true,
"expr": "rpc_duration_seconds{quantile=\"$quantile\",namespace=\"$namespace\",pod=~\"$pod\"}",
"interval": "",
"legendFormat": " {{method}} {{pod}} {{sucess}}",
"legendFormat": " {{method}} {{pod}} {{success}}",
"refId": "A"
}
],
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
##
## !!!!! WARNING !!!!!
## NEVER CHANGE THE ORDER OF ENDPOINTS AS THIS MAY BREAK
## THE CONSENSUS AND EXECTION CLIENTS CONNECTIVITY
## THE CONSENSUS AND EXECUTION CLIENTS CONNECTIVITY
executionEndpoints: []

## Credentials to fetch images from private registry
Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
##
## !!!!! WARNING !!!!!
## NEVER CHANGE THE ORDER OF ENDPOINTS AS THIS MAY BREAK
## THE CONSENSUS AND EXECTION CLIENTS CONNECTIVITY
## THE CONSENSUS AND EXECUTION CLIENTS CONNECTIVITY
executionEndpoints: []

## Credentials to fetch images from private registry
Expand Down
2 changes: 1 addition & 1 deletion charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
##
## !!!!! WARNING !!!!!
## NEVER CHANGE THE ORDER OF ENDPOINTS AS THIS MAY BREAK
## THE CONSENSUS AND EXECTION CLIENTS CONNECTIVITY
## THE CONSENSUS AND EXECUTION CLIENTS CONNECTIVITY
executionEndpoints: []

## Credentials to fetch images from private registry
Expand Down
2 changes: 1 addition & 1 deletion charts/teku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
##
## !!!!! WARNING !!!!!
## NEVER CHANGE THE ORDER OF ENDPOINTS AS THIS MAY BREAK
## THE CONSENSUS AND EXECTION CLIENTS CONNECTIVITY
## THE CONSENSUS AND EXECUTION CLIENTS CONNECTIVITY
executionEndpoints: []

## Credentials to fetch images from private registry
Expand Down

0 comments on commit 0dbbd37

Please sign in to comment.