We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0012b0a commit 14d4886Copy full SHA for 14d4886
main.go
@@ -53,7 +53,7 @@ func main() {
53
}
54
55
func parseFlags() options {
56
- opts := options{}
+ opts := options{Namespace: os.Getenv("HELM_NAMESPACE")}
57
args, err := flags.Parse(&opts)
58
if err != nil {
59
if e, ok := err.(*flags.Error); ok {
0 commit comments