Skip to content

Commit

Permalink
Change default region in helm values to westus (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Jun 6, 2023
1 parent eb92b95 commit 214f766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We provide a helm chart to help install the exporter. Note that this data export
```bash
export WTUSERNAME=XXXX # WattTime auth info.
export WTPASSWORD=YYYY
export REGION=eastus # The region where the AKS cluster locates.
export REGION=westus # The region where the AKS cluster locates.

helm install carbon-intensity-exporter \
--set carbonDataExporter.region=$REGION \
Expand Down
2 changes: 1 addition & 1 deletion charts/carbon-intensity-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ carbonDataExporter:
tag: "0.1.0"
configmapName: carbon-intensity
patrolInterval: 12h
region: eastus
region: westus

service:
type: ClusterIP
Expand Down

0 comments on commit 214f766

Please sign in to comment.