Skip to content

Commit

Permalink
Re-enable --update-status.
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed May 11, 2021
1 parent 392b871 commit 5840995
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 5840995

Please sign in to comment.