mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #75921 from hickey/bugfix/kubelet_default_value
Fixed default value for ConfigMapAndSecretChangeDetectionStrategy (kubelet)
This commit is contained in:
commit
f0ac762efd
@ -663,7 +663,7 @@ type KubeletConfiguration struct {
|
|||||||
ContainerLogMaxFiles *int32 `json:"containerLogMaxFiles,omitempty"`
|
ContainerLogMaxFiles *int32 `json:"containerLogMaxFiles,omitempty"`
|
||||||
// ConfigMapAndSecretChangeDetectionStrategy is a mode in which
|
// ConfigMapAndSecretChangeDetectionStrategy is a mode in which
|
||||||
// config map and secret managers are running.
|
// config map and secret managers are running.
|
||||||
// Default: "Watching"
|
// Default: "Watch"
|
||||||
// +optional
|
// +optional
|
||||||
ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy `json:"configMapAndSecretChangeDetectionStrategy,omitempty"`
|
ConfigMapAndSecretChangeDetectionStrategy ResourceChangeDetectionStrategy `json:"configMapAndSecretChangeDetectionStrategy,omitempty"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user