Skip to content

Commit

Permalink
docs(ISV-5130): adjust function docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jediny <jedinym@proton.me>
  • Loading branch information
jedinym committed Nov 18, 2024
1 parent f82e022 commit dc86752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/release/releaseLib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc86752

Please sign in to comment.