Skip to content

Commit

Permalink
feat(torch): add namespace field to the config
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Oct 26, 2023
1 parent 01f62a2 commit 9011bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type MutualPeer struct {
type Peer struct {
NodeName string `yaml:"nodeName"` // NodeName name of the sts/deployment
NodeType string `yaml:"nodeType"` // NodeType specify the type of node
Namespace string `yaml:"namespace,omitempty"` // Namespace of the node
ContainerName string `yaml:"containerName,omitempty"` // ContainerName name of the main container
ContainerSetupName string `yaml:"containerSetupName,omitempty"` // ContainerSetupName initContainer name
ConnectsAsEnvVar bool `yaml:"connectsAsEnvVar,omitempty"` // ConnectsAsEnvVar use the value as env var
Expand Down

0 comments on commit 9011bdb

Please sign in to comment.