Merge pull request #75921 from hickey/bugfix/kubelet_default_value

Fixed default value for ConfigMapAndSecretChangeDetectionStrategy (kubelet)
This commit is contained in:
Kubernetes Prow Robot 2019-04-08 10:16:38 -07:00 committed by GitHub
commit f0ac762efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`