You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(keycloakx): add commonLabels to apply labels across all chart resources
Adds a commonLabels value so a user-defined label set can be applied
once and propagated to every resource this chart renders, including
the StatefulSet's pods, without touching selector fields.
Signed-off-by: Ram Bhajan Mishra <rbm897@gmail.com>
Copy file name to clipboardExpand all lines: charts/keycloakx/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The following table lists the configurable parameters of the Keycloak-X chart an
68
68
|`nameOverride`| Optionally override the name |`""`|
69
69
|`namespaceOverride`| Optionally override the namespace for all resources. Useful for umbrella charts that deploy multiple aliased keycloak instances each into their own namespace. |`""`|
70
70
|`replicas`| The number of replicas to create |`1`|
71
+
|`commonLabels`| Additional labels applied to every resource in this chart, and on the StatefulSet's pods |`{}`|
71
72
|`image.repository`| The Keycloak image repository |`quay.io/keycloak/keycloak`|
72
73
|`image.tag`| Overrides the Keycloak image tag whose default is the chart version |`""`|
73
74
|`image.digest`| Overrides the Keycloak image tag with a digest |`""`|
0 commit comments