We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7132255 commit 71df778Copy full SHA for 71df778
1 file changed
rust/operator-binary/src/controller/build/mod.rs
@@ -57,9 +57,6 @@ pub enum Error {
57
/// dereferenced and validated by this point.
58
/// The remaining errors are resource-assembly failures only.
59
///
60
-/// `service_account_name` is the name of the RBAC `ServiceAccount` the role-group Pods run under
61
-/// (RBAC resources are built and applied separately, in the reconcile step).
62
-///
63
/// The Router group `Listener` and the discovery `ConfigMap`s are not built here: the discovery
64
/// `ConfigMap` derives from the *applied* Router listener's ingress address, so both are built and
65
/// applied in the reconcile step instead.
0 commit comments