forked from Katenary/katenary
correcting typo on ignored and correcting comment on optional
This commit is contained in:
@@ -195,13 +195,13 @@ func (chart *HelmChart) generateDeployment(service types.ServiceConfig, deployme
|
||||
return err
|
||||
}
|
||||
|
||||
// isgnored service
|
||||
// ignored service
|
||||
if isIgnored(service) {
|
||||
logger.Info("Ignoring service ", service.Name)
|
||||
return nil
|
||||
}
|
||||
|
||||
// isgnored service
|
||||
// optional service
|
||||
if isSvcOptional(service) {
|
||||
logger.Info("Optional service ", service.Name)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user