From a007e7667a219a37b6cdf1d4a5cd841764f33a5e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 8 Feb 2020 15:24:09 +0100 Subject: [PATCH] add hint how to use kubeseal --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f01874e..dab1413 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ then https://localhost:8080/ ### Kubeseal (Sealed Secrets) -tbd +See README of apps. Basically: + +``` +kubeseal --controller-namespace sealed-secrets -o yaml -n MYNS < ../../gitops-tbrnt-private/MYNS/MYSECRET.yaml > MYSECRET-secret.yaml +``` ## Bootstrap GitOps