forked from LaconicNetwork/kompose
Fix environment variables interpolation (#1524)
This commit is contained in:
@@ -91,6 +91,7 @@ func (opt *ConvertOptions) IsPodController() bool {
|
||||
return opt.IsDeploymentFlag || opt.IsDaemonSetFlag || opt.IsReplicationControllerFlag || opt.Controller != ""
|
||||
}
|
||||
|
||||
// ServiceConfigGroup holds an array of a ServiceConfig objects.
|
||||
type ServiceConfigGroup []ServiceConfig
|
||||
|
||||
// ServiceConfig holds the basic struct of a container
|
||||
|
||||
Reference in New Issue
Block a user