File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ helm chart export $CHART_REF --destination $CHART_EXPORT_PATH
152
152
- ``` sh
153
153
# Update values in helm chart
154
154
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
156
156
yq e ' .aws.account_id = env(AWS_ACCOUNT_ID)' -i values.yaml
157
157
yq e ' .serviceAccount.annotations."eks.amazonaws.com/role-arn" = env(IAM_ROLE_ARN_FOR_IRSA)' -i values.yaml
158
158
cd -
@@ -165,7 +165,7 @@ helm chart export $CHART_REF --destination $CHART_EXPORT_PATH
165
165
- ` ` ` sh
166
166
# Update values in helm chart
167
167
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
169
169
yq e ' .aws.account_id = env(AWS_ACCOUNT_ID)' -i values.yaml
170
170
yq e ' .serviceAccount.annotations."eks.amazonaws.com/role-arn" = env(IAM_ROLE_ARN_FOR_IRSA)' -i values.yaml
171
171
yq e ' .watchNamespace" = env(WATCH_NAMESPACE)' -i values.yaml
You can’t perform that action at this time.
0 commit comments