💥 Rename tap command to deploy

This commit is contained in:
M. Mert Yildiran
2022-11-29 06:54:05 +03:00
parent 5e579ddfb7
commit ae278526ab
8 changed files with 92 additions and 92 deletions

View File

@@ -57,7 +57,7 @@ func CreateDefaultConfig() ConfigStruct {
type ConfigStruct struct {
Hub HubConfig `yaml:"hub"`
Front FrontConfig `yaml:"front"`
Tap configStructs.TapConfig `yaml:"tap"`
Deploy configStructs.DeployConfig `yaml:"deploy"`
Logs configStructs.LogsConfig `yaml:"logs"`
Config configStructs.ConfigConfig `yaml:"config,omitempty"`
ImagePullPolicyStr string `yaml:"image-pull-policy" default:"Always"`