Skip to content

Commit ccd3a2c

Browse files
committed
Add Tornjak CRD manager section
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent 78dcc0a commit ccd3a2c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

charts/spire/charts/spire-server/templates/tornjak-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ data:
3939
}
4040
}
4141
{{- end }}
42+
43+
SPIRECRDManager {
44+
plugin_data {
45+
classname = "{{ .Values.controllerManager.className }}"
46+
}
47+
}
48+
4249
{{- if ne .Values.tornjak.config.userManagement.issuer "" }}
4350
Authenticator "Keycloak" {
4451
plugin_data {

charts/spire/charts/spire-server/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ controllerManager:
546546

547547
## @param controllerManager.className specify to use an explicit class name. If empty, it will be automatically set to Release.Namespace-Release.Name to not conflict with other installs, enabling parallel installs.
548548
className: ""
549+
549550
## @param controllerManager.watchClassless specify to process custom resources without class name specified. Useful to slowly migrate to class names from classless installs. Do not have two installs on the same k8s cluster both set to true.
550551
watchClassless: false
551552

0 commit comments

Comments
 (0)