Skip to content

Commit

Permalink
fix: PVC name on STS
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 6, 2024
1 parent 5fe1423 commit f51cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ impl HydraDoomNode {
Volume {
name: "persistence".to_string(),
persistent_volume_claim: Some(PersistentVolumeClaimVolumeSource {
claim_name: self.name_any(),
claim_name: name.clone(),
..Default::default()
}),
..Default::default()
Expand Down

0 comments on commit f51cab3

Please sign in to comment.