Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Fix typo "etcdDataVolumeEphemeral": fix #192 #194

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -270,7 +270,7 @@ type EtcdSettings struct {
EtcdDataVolumeSize int `yaml:"etcdDataVolumeSize,omitempty"`
EtcdDataVolumeType string `yaml:"etcdDataVolumeType,omitempty"`
EtcdDataVolumeIOPS int `yaml:"etcdDataVolumeIOPS,omitempty"`
EtcdDataVolumeEphemeral bool `yaml:"etcdDataVolumEphemeral,omitempty"`
EtcdDataVolumeEphemeral bool `yaml:"etcdDataVolumeEphemeral,omitempty"`
EtcdTenancy string `yaml:"etcdTenancy,omitempty"`
}

Expand Down