-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Namespace to built-in args #624
Conversation
Code coverage for golang is
|
@@ -56,9 +56,9 @@ func Register(r registerer) { | |||
// templateArgs allows deployment-specific data to be embedded in the analysis template. | |||
// NOTE: Changing its fields will force users to change the template definition. | |||
type templateArgs struct { | |||
App struct { | |||
Name string | |||
Env string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why env
was removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought unneeded, but now I figured out when to use it.
The following ISSUES will be created once got merged. If you want me to skip creating the issue, you can use Details1. Populate EnvThis was created by todo plugin since "TODO:" was found in 7113d88 when #624 was merged. cc: @nakabonne. |
/todo skip |
Code coverage for golang is
|
/approve |
What this PR does / why we need it:
Small Breaking Changes are contained:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: