docs: Set service account name to iperf3-monitor (#12)

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.
fix_rbac
Malar Kannan 2025-06-21 00:10:08 +05:30 committed by GitHub
parent 3e21f978ee
commit 81b771d1ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1419 additions and 1 deletions

View File

@ -85,7 +85,7 @@ rbac:
serviceAccount:
# -- 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.
name: ""
name: "iperf3-monitor"
serviceMonitor:
# -- If true, create a ServiceMonitor resource for integration with Prometheus Operator.

1418
docs/DESIGN.md Normal file

File diff suppressed because it is too large Load Diff