| imagePullSecretsImage pull secrets to configure if using custom private images.
 | list |  | 
| nvidia-device-pluginOptions for  the Coreweave fork of the Nvidia device plugin chart. This chart builds on the default configuration provided by Nvidia, and uses these default chart values.
 | object | See default chart values. | 
| operator.affinityThe affinity for the operator deployment.
 | object | nodeAffinity:
     requiredDuringSchedulingIgnoredDuringExecution:
         nodeSelectorTerms:
             - matchExpressions:
                 - key: node.coreweave.cloud/class
                   operator: In
                   values:
                     - cpu
 | 
| operator.config.operator.nodeSet.failedPodsBackoffGCIntervalThe time that has to pass before next iteration of backoff GC is run for checking failed pods.
 | string |  | 
| operator.config.operator.nodeSet.forceScalingDeleteKnownConditionTimeoutThe delay to wait before deleting a pod during nodeset scaling with a known Slurm state. "0" disables this feature.
 | string |  | 
| operator.config.operator.nodeSet.forceScalingDeleteUnknownConditionTimeoutThe delay to wait before deleting a pod during nodeset scaling with a unknown Slurm state. "0" disables this feature.
 | string |  | 
| operator.config.operator.nodeSet.maxBurstReplicasA rate limiter for booting pods when there are a lot of pods. A too high of a value can cause registry DoS issues.
 | int |  | 
| operator.config.operator.nodeSet.statusUpdateBackoffGCIntervalThe time that has to pass before next iteration of backoff GC is run for checking node status updates.
 | string |  | 
| operator.config.operator.nodeSlice.maxNodesPerNodeSliceThe maximum number of nodes that can be in a single nodeSlice.
 | int |  | 
| operator.imageThe image to use for the operator.
 | object | repository: registry.gitlab.com/coreweave/sunk/operator
 tag:
 | 
| operator.leaderElection.enabledThis forces the operator to use leader election even if the number of replicas is set to 1.
 Useful if planning to scale after deployment.
 | bool |  | 
| operator.leaderElection.leaderElectionIDThe string value to use as the leader election id.
 | string |  | 
| operator.logLevelThe log level.
 Uses integers or zap log level strings:
  debuginfowarnerrordpanicpanicfatal | string |  | 
| operator.maxConcurrentReconciles 
 | int |  | 
| operator.podMonitor.enabledEnable monitoring via the Prometheus operator
 PodMonitorCRD. | bool |  | 
| operator.priorityClassNameThe priority class name for the operator.
 | string |  | 
| operator.replicasThe number of replicas of the operator pod to run.
 Leader election will be enabled if this is greater than 1 or leader election is explicitly enabled.
 | int |  | 
| operator.resourcesThe resource to request for the operator.
 | object | limits:
     memory: 32Gi
     cpu: 16
 requests:
     cpu: 8
     memory: 32Gi
 | 
| operator.tolerationsThe tolerations for the operator deployment.
 | list |  | 
| operator.vmPodScrape.enabledEnable monitoring via the VictoriaMetrics operator
 VMPodScrapeCRD. Note: To enable this,podMonitormust be disabled in addition to settingvmPodScrape.enabledtotrue. | bool |  | 
| priorityClass.enabledEnable the priority class for the control plane components.
 | bool |  | 
| priorityClass.valueThe value of the priority class, generally should be high relative to other priority classes as these are critical components.
 | int |  | 
| scheduler.podMonitor.enabledEnable monitoring via the Prometheus operator
 PodMonitorCRD. | bool |  | 
| scheduler.vmPodScrape.enabledEnable monitoring via the VictoriaMetrics operator
 VMPodScrapeCRD. Note: To enable this,podMonitormust be disabled in addition to settingvmPodScrape.enabledtotrue. | bool |  | 
| syncer.podMonitor.enabledEnable monitoring via the Prometheus operator
 PodMonitorCRD. | bool |  | 
| syncer.vmPodScrape.enabledEnable monitoring via the VictoriaMetrics operator
 VMPodScrapeCRD. Note: To enable this,podMonitormust be disabled in addition to settingvmPodScrape.enabledtotrue. | bool |  |