-
Notifications
You must be signed in to change notification settings - Fork 69
Support set revsion value on chart for istio #1264
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2921,6 +2921,9 @@ istio: | |||||
| # mergeMetrics should be enabled if you want to scrape pulsar metrics from an external prometheus not running on Istio | ||||||
| # prometheus and grafana will not be Istio injected if mergeMetrics is enabled | ||||||
| mergeMetrics: false | ||||||
| # Istio revision to use for control plane injection | ||||||
| # When set, this revision will be applied to broker, bookkeeper, and zookeeper components | ||||||
|
||||||
| # When set, this revision will be applied to broker, bookkeeper, and zookeeper components | |
| # When set, this revision will be applied to broker, bookkeeper, zookeeper, and proxy components |
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.
The comment states that the revision will be applied to "broker, bookkeeper, and zookeeper components", but the proxy component also has an istio configuration section and would benefit from revision support for consistency. Consider updating the proxy-cluster.yaml template to include the revision field in its istio section, and update this comment to reflect all components that support the revision field.