Skip to content

Commit f4c31af

Browse files
Skip creating serviceaccount
1 parent 5641791 commit f4c31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
7-
tag: v0.0.1
7+
tag: v0.0.2
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

@@ -63,7 +63,7 @@ installScope: cluster
6363

6464
serviceAccount:
6565
# Specifies whether a service account should be created
66-
create: true
66+
create: false
6767
# The name of the service account to use.
6868
name: gateway-api-controller
6969
annotations: {}

0 commit comments

Comments
 (0)