-
Notifications
You must be signed in to change notification settings - Fork 26
Helm chart optional resource templates #133
Copy link
Copy link
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Fields
Give feedbackNo fields configured for Feature.
Add Helm templates for the Prometheus ServiceMonitor, NetworkPolicy, PodDisruptionBudget and possibly other things. They exist as kustomize resources (e.g.
config/prometheus/monitor.yaml,config/network-policy/allow-metrics-traffic.yaml, ...) but are disabled by default. The Helm templates should also be disabled by default and toggleable via values.Resources should not be rendered when disabled (default) and should render correctly when enabled.
helm lintshould pass in both cases.