Skip to content

Commit

Permalink
fix: Wrong address
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Oct 31, 2024
1 parent db79568 commit 33550f0
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 @@ -90,7 +90,7 @@ impl HydraDoomNode {
pub fn internal_host(&self) -> String {
format!(
"{}.{}.svc.cluster.local",
self.name_any(),
self.internal_name(),
self.namespace().unwrap(),
)
}
Expand Down

0 comments on commit 33550f0

Please sign in to comment.