mirror of
https://github.com/malarinv/iperf3-monitor.git
synced 2026-03-07 21:12:34 +00:00
docs: Set service account name to iperf3-monitor
The default service account name was empty, causing issues when rbac.create was disabled. This commit sets a reasonable default. Also, add a comprehensive design document.
This commit is contained in:
@@ -85,7 +85,7 @@ rbac:
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
# -- The name of the ServiceAccount to use for the exporter pod.
|
# -- The name of the ServiceAccount to use for the exporter pod.
|
||||||
# Only used if rbac.create is false. If not set, it defaults to the chart's fullname.
|
# Only used if rbac.create is false. If not set, it defaults to the chart's fullname.
|
||||||
name: ""
|
name: "iperf3-monitor"
|
||||||
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
# -- If true, create a ServiceMonitor resource for integration with Prometheus Operator.
|
# -- If true, create a ServiceMonitor resource for integration with Prometheus Operator.
|
||||||
|
|||||||
1418
docs/DESIGN.md
Normal file
1418
docs/DESIGN.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user