Skip to content

Commit

Permalink
Update sources/settings-migrations/v1.23.0/kubernetes-service-config/…
Browse files Browse the repository at this point in the history
…src/main.rs

Co-authored-by: Gavin Inglis <[email protected]>
  • Loading branch information
Sparksssj and ginglis13 authored Sep 16, 2024
1 parent acbabdd commit d0c45d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::process;
const OLD_MODE: &str = "0600";
const NEW_MODE: &str = "0644";

/// We bumped the version of the default control container
/// We changed the permissions mode for kubelet-exec-start-conf
fn run() -> Result<()> {
migrate(ReplaceStringMigration {
setting: "configuration-files.kubelet-exec-start-conf.mode",
Expand Down

0 comments on commit d0c45d4

Please sign in to comment.