config

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Debug         bool   `env:"DEBUG" default:"false" desc:"enable debug logging"`
	RepoURL       string `env:"HELM_REPO_URL" desc:"helm repo url"`
	RepoUsername  string `env:"HELM_REPO_USERNAME" desc:"helm repo url"`
	RepoPassword  string `env:"HELM_REPO_PASSWORD" desc:"helm repo url"`
	Reinstall     bool   `env:"REINSTALL" default:"false" desc:"reinstall erda comp"`
	Version       string `env:"ERDA_CHART_VERSION" desc:"erda chart version"`
	SetValues     string `env:"ERDA_CHART_VALUES" desc:"provide erda values"`
	InstallMode   string `env:"INSTALL_MODE" default:"local" desc:"install mode, remote or local"`
	TargetCluster string `env:"TARGET_CLUSTER" desc:"special when CREDENTIAL_FROM=CLUSTER_MANAGER"`
	NodeLabels    string `env:"NODE_LABELS" desc:"node labels after install erda"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL