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
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
You can’t perform that action at this time.
0 commit comments