From 584099568c32f84534974e828ac88915621d6ba7 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 11 May 2021 14:45:53 +0200 Subject: [PATCH] Re-enable --update-status. --- cmd/controller/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/controller/main.go b/cmd/controller/main.go index cdf2a760b..d7280b273 100644 --- a/cmd/controller/main.go +++ b/cmd/controller/main.go @@ -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