Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklypriyansh-2 committed Sep 25, 2023
1 parent a55eb32 commit 0debb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ func (p *SaladCloudProvider) getContainerEnvironment(podMetadata metav1.ObjectMe
}
} else {
// TODO Handle environment variable from source
log.G(context.Background()).Debugf("Environment variable support from %s is not yet implemented", env.ValueFrom.String())
}
}
return envMap
Expand Down

0 comments on commit 0debb2e

Please sign in to comment.