Minor fixes

This commit is contained in:
2025-05-17 12:48:37 -04:00
parent b33127bd34
commit ce6f2ce29d
9 changed files with 27 additions and 34 deletions

View File

@ -201,8 +201,8 @@ func TestValidateClusterConfiguration_InvalidValues(t *testing.T) {
ApiPort: 10251,
EtcdPeerPort: 2380,
EtcdClientPort: 2379,
VolumeBasePath: "~/.kat/volumes",
BackupPath: "~/.kat/backups",
VolumeBasePath: ".kat/volumes",
BackupPath: ".kat/backups",
BackupIntervalMinutes: 30,
AgentTickSeconds: 15,
NodeLossTimeoutSeconds: 60,