Skip to content

Commit 3832a76

Browse files
authored
doc: fix default value of initContainers.waitForRedis.image.repository in README (#358)
1 parent a457c15 commit 3832a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
172172
| `ingress.tls` | Ingress TLS configuration | `nil` |
173173
| `initContainers.waitForRedis.enabled` | If `redis.enabled` is true, use an init container to wait for the Redis master pod to be ready. If `serviceAccount.enabled` is true, create additionally a role/binding to get, list, and watch the Redis master pod | `true` |
174174
| `initContainers.waitForRedis.image.pullPolicy` | kubectl image pull policy | `IfNotPresent` |
175-
| `initContainers.waitForRedis.image.repository` | kubectl image repository | `docker.io/bitnami/kubectl` |
175+
| `initContainers.waitForRedis.image.repository` | kubectl image repository | `alpine` |
176176
| `initContainers.waitForRedis.kubectlVersion` | kubectl version to use for the init container | `printf "%s.%s" .Capabilities.KubeVersion.Major (.Capabilities.KubeVersion.Minor \| replace "+" "")` |
177177
| `initContainers.waitForRedis.securityContext.enabled` | enable Kubernetes security context on container | `true` |
178178
| `initContainers.waitForRedis.timeout` | number of seconds | 180 |

0 commit comments

Comments
 (0)