kiwigrid/keycloak-client-controller
Chart version: 0.1.0
Api version: v1
App version: 0.1.0
A Helm chart for a Kubernetes controller to manage Keycloak cli...
application
Chart Type
Active
Status
Unknown
License
176
Downloads
https://kiwigrid.github.io
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install keycloak-client-controller center/kiwigrid/keycloak-client-controller
Versions (0)
View all
Keycloak Client Controller
The Keycloak Client Controller manages clients in a Keycloak instance via Kubernetes resources.
Configuration
The following table lists the configurable parameters of the chart and their default values.
Parameter | Description | Default |
---|---|---|
image.repository |
keycloak-client-controller image | kiwigrid/keycloak-client-controller |
image.tag |
keycloak-client-controller image tag | 0.1.0 |
image.pullPolicy |
Image pull policy | IfNotPresent |
keycloak.url |
URL of the Keycloak instance where clients will be managed | http://localhost:8080/auth/ |
keycloak.user |
Name of the Keycloak admin user | admin |
keycloak.pwd |
Password of the Keycloak admin user | admin |
resources |
Resources | {} |
nodeSelector |
NodeSelector | {} |
tolerations |
Tolerations | [] |
affinity |
Affinity | {} |
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
$ helm install --name my-release -f values.yaml kiwigrid/keycloak-client-controller
Tip: You can use the default values.yaml