mirror of
https://github.com/rancher/types.git
synced 2025-09-13 05:26:11 +00:00
Add extra_env to service
This commit is contained in:
committed by
Alena Prokharchyk
parent
67eef838a7
commit
fd8f9853de
@@ -229,6 +229,8 @@ type BaseService struct {
|
||||
ExtraArgs map[string]string `yaml:"extra_args" json:"extraArgs,omitempty"`
|
||||
// Extra binds added to the nodes
|
||||
ExtraBinds []string `yaml:"extra_binds" json:"extraBinds,omitempty"`
|
||||
// this is to provide extra env variable to the docker container running kubernetes service
|
||||
ExtraEnv []string `yaml:"extra_env" json:"extraEnv,omitempty"`
|
||||
}
|
||||
|
||||
type NetworkConfig struct {
|
||||
|
Reference in New Issue
Block a user