From 38158be0a85bd862bd74b012e05d9cfa77b608f1 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 24 Apr 2026 12:55:50 +0200 Subject: [PATCH] doc --- docs/DEVELOPER-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER-GUIDE.md b/docs/DEVELOPER-GUIDE.md index 5d3868d..77e9465 100644 --- a/docs/DEVELOPER-GUIDE.md +++ b/docs/DEVELOPER-GUIDE.md @@ -701,7 +701,7 @@ kubectl create secret generic myapp-credentials \ # 2. Seal it kubeseal --format=yaml \ - --cert=pub-cert.pem \ + --namespace=myapp \ < private/myapp-credentials.yaml \ > secrets/myapp-credentials-sealed.yaml