mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Fixed default value for ConfigMapAndSecretChangeDetectionStrategy
This commit is contained in:
@@ -663,7 +663,7 @@ type KubeletConfiguration struct {
|
||||
ContainerLogMaxFiles *int32 `json:"containerLogMaxFiles,omitempty"`
|
||||
// ConfigMapAndSecretChangeDetectionStrategy is a mode in which
|
||||
// config map and secret managers are running.
|
||||
// Default: "Watching"
|
||||
// Default: "Watch"
|
||||
// +optional
|
||||
ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy `json:"configMapAndSecretChangeDetectionStrategy,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user