We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5641791 commit f4c31afCopy full SHA for f4c31af
helm/values.yaml
@@ -4,7 +4,7 @@
4
5
image:
6
repository: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
7
- tag: v0.0.1
+ tag: v0.0.2
8
pullPolicy: IfNotPresent
9
pullSecrets: []
10
@@ -63,7 +63,7 @@ installScope: cluster
63
64
serviceAccount:
65
# Specifies whether a service account should be created
66
- create: true
+ create: false
67
# The name of the service account to use.
68
name: gateway-api-controller
69
annotations: {}
0 commit comments