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
Copy file name to clipboardExpand all lines: charts/spire/charts/spire-server/values.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -546,7 +546,7 @@ controllerManager:
546
546
547
547
## @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.
548
548
className: ""
549
-
549
+
550
550
## @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.
551
551
watchClassless: false
552
552
@@ -1139,6 +1139,10 @@ tornjak:
1139
1139
## @param tornjak.config.clientCA.name Name of the resource secret or configMap with user CA for TLS
1140
1140
name: tornjak-client-ca
1141
1141
1142
+
crdManager:
1143
+
## @param tornjak.config.crdManager.enabled Allow the Tornjak CRD manager to start
1144
+
enabled: true
1145
+
1142
1146
## @param tornjak.resources [object] Resource requests and limits
1143
1147
resources: {}
1144
1148
# We usually recommend not to specify default resources and to leave this as a conscious
0 commit comments