Skip to content

Commit f25d043

Browse files
authored
fix readme (#70)
Found a bug during testing
1 parent d647351 commit f25d043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ helm chart export $CHART_REF --destination $CHART_EXPORT_PATH
152152
- ```sh
153153
# Update values in helm chart
154154
cd $CHART_EXPORT_PATH/$SERVICE-chart
155-
yq e '.aws.region = env(SERVICE_REGION)' -i values.yaml
155+
yq e '.aws.region = env(AWS_DEFAULT_REGION)' -i values.yaml
156156
yq e '.aws.account_id = env(AWS_ACCOUNT_ID)' -i values.yaml
157157
yq e '.serviceAccount.annotations."eks.amazonaws.com/role-arn" = env(IAM_ROLE_ARN_FOR_IRSA)' -i values.yaml
158158
cd -
@@ -165,7 +165,7 @@ helm chart export $CHART_REF --destination $CHART_EXPORT_PATH
165165
- ```sh
166166
# Update values in helm chart
167167
cd $CHART_EXPORT_PATH/$SERVICE-chart
168-
yq e '.aws.region = env(SERVICE_REGION)' -i values.yaml
168+
yq e '.aws.region = env(AWS_DEFAULT_REGION)' -i values.yaml
169169
yq e '.aws.account_id = env(AWS_ACCOUNT_ID)' -i values.yaml
170170
yq e '.serviceAccount.annotations."eks.amazonaws.com/role-arn" = env(IAM_ROLE_ARN_FOR_IRSA)' -i values.yaml
171171
yq e '.watchNamespace" = env(WATCH_NAMESPACE)' -i values.yaml

0 commit comments

Comments
 (0)