Skip to content

Commit

Permalink
Merge pull request #583 from basilfx/feature/update-status-flag
Browse files Browse the repository at this point in the history
Re-enable update status feature
  • Loading branch information
mkmik authored Nov 9, 2021
2 parents c4e21c9 + 5840995 commit a34495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (

oldGCBehavior = flag.Bool("old-gc-behaviour", false, "Revert to old GC behavior where the controller deletes secrets instead of delegating that to k8s itself.")

updateStatus = flag.Bool("update-status", false, "beta: if true, the controller will update the status subresource whenever it processes a sealed secret")
updateStatus = flag.Bool("update-status", true, "beta: if true, the controller will update the status subresource whenever it processes a sealed secret")

// VERSION set from Makefile
VERSION = buildinfo.DefaultVersion
Expand Down

0 comments on commit a34495b

Please sign in to comment.