We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fedc86 commit 7bee37fCopy full SHA for 7bee37f
1 file changed
pkg/etcd/snapshot_handler.go
@@ -150,6 +150,7 @@ func (e *ETCD) withRequest(sr *SnapshotRequest) *ETCD {
150
Runtime: e.config.Runtime,
151
DataDir: e.config.DataDir,
152
Datastore: e.config.Datastore,
153
+ DisableAgent: e.config.DisableAgent,
154
EtcdSnapshotCompress: e.config.EtcdSnapshotCompress,
155
EtcdSnapshotName: e.config.EtcdSnapshotName,
156
EtcdSnapshotRetention: e.config.EtcdSnapshotRetention,
0 commit comments