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
Force cluster-level RBAC regardless of watch configuration When false (default), cluster RBAC is automatically enabled if: - watch.mode is "all" - watch.namespaces contains regex patterns (* ? [ ]) When true, always use cluster RBAC
watch.mode
string
"current"
Watch mode: "current"
watch.namespaces
list
[]
List of namespaces to watch (only used when mode="list") Supports Kopf patterns: * (glob), ? (single char), ! (negation), , (multiple) Patterns automatically enable cluster RBAC
Other Values
Key
Type
Default
Description
affinity
object
{}
Affinity for pod assignment
extraEnv
list
[]
Additional environment variables to apply to the main pod
fullnameOverride
string
""
String to fully override crunchy-userinit-controller.fullname template
image.pullPolicy
string
"IfNotPresent"
Container image pull policy
image.repository
string
"ghcr.io/drummyfloyd/crunchy-userinit-controller"
Container image repository
image.tag
string
""
Container image tag (immutable tags are recommended)
imagePullSecrets
list
[]
Specify docker-registry secret names as an array
livenessProbe.enabled
bool
true
Enabled livenessProbe
log.debug
bool
false
Enable debug mode
log.format
string
"plain"
Log format of the controller (plain
nameOverride
string
""
String to partially override crunchy-userinit-controller.fullname template
nodeSelector
object
{}
Node labels for pod assignment
podAnnotations
object
{}
Annotations to add to the pod
podLabels
object
{}
Labels to add to the pod
podSecurityContext
object
{}
Configure pod security context
replicaCount
int
1
Set number of replicas
resources
object
{}
Resource limits and requests for the controller pod