Skip to content

Commit

Permalink
Update rust/operator-binary/src/backend/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
  • Loading branch information
nightkr and NickLarsenNZ committed Aug 16, 2024
1 parent 313ca7f commit 696fa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub struct SecretVolumeSelector {
pub cert_manager_cert_lifetime: Option<Duration>,
}

/// Internal parameters of [`SecretVolumeSelector`] managed by secret-operator itself
/// Internal parameters of [`SecretVolumeSelector`] managed by secret-operator itself.
// These are optional even if they are set unconditionally, because otherwise we will
// fail to restore volumes (after Node reboots etc) from before they were added during upgrades.
//
Expand Down

0 comments on commit 696fa9e

Please sign in to comment.