Skip to content

Commit

Permalink
Merge pull request #76 from gonzalezzfelipe/fix/add-uuid-to-owner-ref
Browse files Browse the repository at this point in the history
fix: Add uid to owner reference
  • Loading branch information
scarmuega authored Nov 25, 2024
2 parents bca15a9 + c07839f commit 7a65cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/operator/src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ impl HydraDoomNode {
api_version: HydraDoomNode::api_version(&()).to_string(),
kind: HydraDoomNode::kind(&()).to_string(),
name: self.name_any(),
uid: self.uid().unwrap(),
..Default::default()
}]
}
Expand Down

0 comments on commit 7a65cfc

Please sign in to comment.