From dc867523f8e03c6c5e69c6e754ee2798405187ff Mon Sep 17 00:00:00 2001 From: Martin Jediny Date: Mon, 18 Nov 2024 11:07:49 +0100 Subject: [PATCH] docs(ISV-5130): adjust function docstring Signed-off-by: Martin Jediny --- tests/release/releaseLib.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/release/releaseLib.go b/tests/release/releaseLib.go index c99a83305..30a7d427b 100644 --- a/tests/release/releaseLib.go +++ b/tests/release/releaseLib.go @@ -140,9 +140,9 @@ func CheckReleaseStatus(releaseCR *releaseApi.Release) (error) { return nil } -// CreateOpaqueSecret creates a k8s Secret in the managed workspace if it -// doesn't exist. It populates the Secret data fields based on the mapping of -// fields to environment variables containing the base64 encoded field data. +// CreateOpaqueSecret creates a k8s Secret in a workspace if it doesn't exist. +// It populates the Secret data fields based on the mapping of fields to +// environment variables containing the base64 encoded field data. func CreateOpaqueSecret( fw *framework.Framework, namespace, secretName string,