Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 14, 2024
1 parent 15d5869 commit 460410d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ global:
ratelimit:
# This is the full image name including the hub, repo, and tag.
image: "docker.io/envoyproxy/ratelimit:master"
# TODO: zhaohuabing add support for imagePullSecrets for ratelimit
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
pullPolicy: IfNotPresent
# pullPolicy: IfNotPresent
# List of secrets in the same namespace of the component that can be used to pull images from private repositories.
# imagePullSecrets: [] TODO: zhaohuabing add support for imagePullSecrets for ratelimit
# imagePullSecrets: []
# statsd: TODO: zhaohuabing add custom image support for statsd image

deployment:
Expand Down
1 change: 0 additions & 1 deletion site/content/en/latest/install/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ The Helm chart for Envoy Gateway
| global.images.envoyGateway.imagePullSecrets | list | `[]` | |
| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:master"` | |
| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| kubernetesClusterDomain | string | `"cluster.local"` | |

0 comments on commit 460410d

Please sign in to comment.