From 44408eebecf13265a576dad3b74a03c2396dc4da Mon Sep 17 00:00:00 2001 From: Jonas-Taha El Sesiy Date: Mon, 12 Aug 2024 17:38:18 -0700 Subject: [PATCH] more tests to bring cov up to ~96% --- hack/kind-bootstrap.sh | 28 ++++++++++++++++++++++++++++ pkg/cmd/view-secret.go | 19 +++++++++++-------- pkg/cmd/view-secret_test.go | 34 +++++++++++++++++++++++----------- 3 files changed, 62 insertions(+), 19 deletions(-) diff --git a/hack/kind-bootstrap.sh b/hack/kind-bootstrap.sh index 5b34238..da89fc8 100755 --- a/hack/kind-bootstrap.sh +++ b/hack/kind-bootstrap.sh @@ -40,3 +40,31 @@ metadata: namespace: default type: Opaque EOF + +## 'another' namespace +kubectl apply -f - <