-
Notifications
You must be signed in to change notification settings - Fork 326
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
[NET-6809] Add chart related labels for mesh gateway deployments #3396
Conversation
@@ -196,6 +201,9 @@ func (c *Command) init() { | |||
"K8s namespaces to explicitly deny. Takes precedence over allow. May be specified multiple times.") | |||
c.flagSet.StringVar(&c.flagReleaseName, "release-name", "consul", "The Consul Helm installation release name, e.g 'helm install <RELEASE-NAME>'") | |||
c.flagSet.StringVar(&c.flagReleaseNamespace, "release-namespace", "default", "The Consul Helm installation namespace, e.g 'helm install <RELEASE-NAME> --namespace <RELEASE-NAMESPACE>'") | |||
c.flagSet.StringVar(&c.flagAppName, "app-name", "consul", "The Consul application name use when installing consul") |
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 don't know how I feel about the descriptions for these flags, any feedback/suggestions would be appreciated
@jm96441n thoughts on instead adding these to |
that's a good idea! lemme update this and give that a shot |
5c92ab1
to
bb90713
Compare
This PR will be further simplified by #3397 |
bb90713
to
2a9a5fb
Compare
* use set labels for setting labels on deployments * incorporate changes for setting labels
Changes proposed in this PR
How I've tested this PR
How I expect reviewers to test this PR
Checklist