Skip to content

Commit 6d862a3

Browse files
committed
fixup: forgot to qualify the associated type with v1alpha1
1 parent 54a7e8a commit 6d862a3

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/crd

1 file changed

+1
-1
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ impl v1alpha1::OpaConfig {
256256
}
257257

258258
impl Configuration for v1alpha1::OpaConfigFragment {
259-
type Configurable = OpaCluster;
259+
type Configurable = v1alpha1::OpaCluster;
260260

261261
fn compute_env(
262262
&self,

0 commit comments

Comments
 (0)