28 lines
703 B
Go Template
28 lines
703 B
Go Template
{{ template "chart.header" . }}
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
# Keycloak
|
|
|
|
## Operator
|
|
|
|
https://github.com/keycloak/keycloak/tree/main/operator
|
|
|
|
## Resources
|
|
|
|
- Codecentric Helm chart: `https://github.com/codecentric/helm-charts/tree/master/charts/keycloak`
|
|
- custom image: `https://www.keycloak.org/server/containers`
|
|
|
|
{{ template "chart.valuesSection" . }}
|