mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/keycloak] fix typo (#8703)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
24c87c57b5
commit
a977df6f07
@@ -1,5 +1,5 @@
|
||||
name: keycloak
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
appVersion: 4.5.0.Final
|
||||
description: Open Source Identity and Access Management For Modern Applications and Services
|
||||
keywords:
|
||||
|
||||
@@ -52,14 +52,14 @@ Parameter | Description | Default
|
||||
`keycloak.basepath` | Path keycloak is hosted at | `auth`
|
||||
`keycloak.username` | Username for the initial Keycloak admin user | `keycloak`
|
||||
`keycloak.password` | Password for the initial Keycloak admin user. If not set, a random 10 characters password is created | `""`
|
||||
`keycloak.extraInitContainers` | Additional init containers, e. g. for providing themes, etc. Passed through the `tpl` funtion and thus to be configured a string | `""`
|
||||
`keycloak.extraContainers` | Additional sidecar containers, e. g. for a database proxy, such as Google's cloudsql-proxy. Passed through the `tpl` funtion and thus to be configured a string | `""`
|
||||
`keycloak.extraEnv` | Allows the specification of additional environment variables for Keycloak. Passed through the `tpl` funtion and thus to be configured a string | `""`
|
||||
`keycloak.extraVolumeMounts` | Add additional volumes mounts, e. g. for custom themes. Passed through the `tpl` funtion and thus to be configured a string | `""`
|
||||
`keycloak.extraVolumes` | Add additional volumes, e. g. for custom themes. Passed through the `tpl` funtion and thus to be configured a string | `""`
|
||||
`keycloak.extraInitContainers` | Additional init containers, e. g. for providing themes, etc. Passed through the `tpl` function and thus to be configured a string | `""`
|
||||
`keycloak.extraContainers` | Additional sidecar containers, e. g. for a database proxy, such as Google's cloudsql-proxy. Passed through the `tpl` function and thus to be configured a string | `""`
|
||||
`keycloak.extraEnv` | Allows the specification of additional environment variables for Keycloak. Passed through the `tpl` function and thus to be configured a string | `""`
|
||||
`keycloak.extraVolumeMounts` | Add additional volumes mounts, e. g. for custom themes. Passed through the `tpl` function and thus to be configured a string | `""`
|
||||
`keycloak.extraVolumes` | Add additional volumes, e. g. for custom themes. Passed through the `tpl` function and thus to be configured a string | `""`
|
||||
`keycloak.podDisruptionBudget` | Pod disruption budget | `{}`
|
||||
`keycloak.resources` | Pod resource requests and limits | `{}`
|
||||
`keycloak.affinity` | Pod affinity. Passed through the `tpl` funtion and thus to be configured a string | `Hard node and soft zone anti-affinity`
|
||||
`keycloak.affinity` | Pod affinity. Passed through the `tpl` function and thus to be configured a string | `Hard node and soft zone anti-affinity`
|
||||
`keycloak.nodeSelector` | Node labels for pod assignment | `{}`
|
||||
`keycloak.tolerations` | Node taints to tolerate | `[]`
|
||||
`keycloak.podAnnotations` | Extra annotations to add to pod | `{}`
|
||||
|
||||
Reference in New Issue
Block a user