Skip to content

Commit 00479a3

Browse files
authored
fix accountid for api gateway addon (#50)
Signed-off-by: Carlos Santana <[email protected]>
1 parent 9ad10ae commit 00479a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootstrap/control-plane/addons/aws/addons-aws-gateway-api-controller-appset.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
addonChartReleaseName: aws-gateway-api-controller
1717
addonChartRepositoryNamespace: aws-application-networking-k8s
1818
# anything not staging or prod use this version
19-
addonChartVersion: v1.0.3
19+
addonChartVersion: v1.0.4
2020
# using oci repostory already configure in argocd
2121
# argocd repo add public.ecr.aws --type helm --name aws-public-ecr --enable-oci
2222
addonChartRepository: public.ecr.aws
@@ -33,13 +33,13 @@ spec:
3333
matchLabels:
3434
environment: staging
3535
values:
36-
addonChartVersion: v1.0.3
36+
addonChartVersion: v1.0.4
3737
- clusters:
3838
selector:
3939
matchLabels:
4040
environment: prod
4141
values:
42-
addonChartVersion: v1.0.3
42+
addonChartVersion: v1.0.4
4343
template:
4444
metadata:
4545
name: addon-{{name}}-{{values.addonChartReleaseName}}
@@ -61,7 +61,7 @@ spec:
6161
- $values/{{metadata.annotations.addons_repo_basepath}}clusters/{{name}}/addons/{{values.addonChartReleaseName}}/values.yaml
6262
values: |
6363
awsRegion: {{metadata.annotations.aws_region}}
64-
awsAccountId: '"{{metadata.annotations.aws_account_id}}"' # Issue https://github.com/aws/aws-application-networking-k8s/issues/324
64+
awsAccountId: "{{metadata.annotations.aws_account_id}}"
6565
clusterVpcId: {{metadata.annotations.aws_vpc_id}}
6666
serviceAccount:
6767
name: {{metadata.annotations.aws_gateway_api_controller_service_account}}

0 commit comments

Comments
 (0)