Skip to content

Commit

Permalink
fixup: forgot to qualify the associated type with v1alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Dec 3, 2024
1 parent 54a7e8a commit 6d862a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/crd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl v1alpha1::OpaConfig {
}

impl Configuration for v1alpha1::OpaConfigFragment {
type Configurable = OpaCluster;
type Configurable = v1alpha1::OpaCluster;

fn compute_env(
&self,
Expand Down

0 comments on commit 6d862a3

Please sign in to comment.