diff --git a/charts/gateway-helm/values.tmpl.yaml b/charts/gateway-helm/values.tmpl.yaml index 849864c1d05..0513ff81143 100644 --- a/charts/gateway-helm/values.tmpl.yaml +++ b/charts/gateway-helm/values.tmpl.yaml @@ -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: diff --git a/site/content/en/latest/install/api.md b/site/content/en/latest/install/api.md index 9b027001b2e..b5d318e2289 100644 --- a/site/content/en/latest/install/api.md +++ b/site/content/en/latest/install/api.md @@ -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"` | |