Skip to content

Commit 14d4886

Browse files
authored
Pass the NS param from Helm correctly (#64)
1 parent 0012b0a commit 14d4886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func main() {
5353
}
5454

5555
func parseFlags() options {
56-
opts := options{}
56+
opts := options{Namespace: os.Getenv("HELM_NAMESPACE")}
5757
args, err := flags.Parse(&opts)
5858
if err != nil {
5959
if e, ok := err.(*flags.Error); ok {

0 commit comments

Comments
 (0)