Fixed default value for ConfigMapAndSecretChangeDetectionStrategy

This commit is contained in:
Gerard Hickey
2019-03-30 18:54:17 -07:00
parent afefc0b2c5
commit 2547993b4a

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