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,