From c721b7b3cba994691ef2ebe4c8a9e7dc719a7357 Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Sun, 3 Nov 2024 20:26:33 -0800 Subject: [PATCH] update quickstart generate sample Signed-off-by: Jim Bugwadia --- content/en/docs/introduction/quick-start.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/introduction/quick-start.md b/content/en/docs/introduction/quick-start.md index 8388e2e06..e663db342 100644 --- a/content/en/docs/introduction/quick-start.md +++ b/content/en/docs/introduction/quick-start.md @@ -244,6 +244,8 @@ rules: - secrets verbs: - create + - update + - delete EOF ``` @@ -268,7 +270,7 @@ spec: kind: Secret name: regcred namespace: "{{request.object.metadata.name}}" - synchronize: false + synchronize: true clone: namespace: default name: regcred