Skip to content

Commit 72714fd

Browse files
committed
fix: adjust proxy host comment
1 parent fe094af commit 72714fd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ pub struct ValidatedInputs {
6161
pub authentication_config: NifiAuthenticationConfig,
6262
pub authorization_config: ResolvedNifiAuthorizationConfig,
6363
pub validated_role_config: ValidatedRoleConfigByPropertyKind,
64-
/// Comma-separated NiFi proxy hosts, or `"*"` if
65-
/// `spec.clusterConfig.hostHeaderCheck.allowAll` is set. Computed here so all derived
66-
/// inputs live in one place; previously this ran once per rolegroup inside the
67-
/// reconcile loop.
64+
// Comma-separated NiFi proxy hosts, or `"*"` if `spec.clusterConfig.hostHeaderCheck.allowAll` is set.
6865
pub proxy_hosts: String,
6966
}
7067

0 commit comments

Comments
 (0)