Skip to content

Commit

Permalink
Try to make it clearer that we only want one value
Browse files Browse the repository at this point in the history
Signed-off-by: Maya Rashish <mrashish@redhat.com>
  • Loading branch information
maya-r committed Apr 21, 2021
1 parent 13338dc commit 227f5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/configmaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func CreateCertConfigMapWeirdFilename(client kubernetes.Interface, destNamespace

for _, value := range srcCm.Data {
certBytes = value
break
}
destName := srcName + "-" + strings.ToLower(util.RandAlphaNum(8))
dst := &v1.ConfigMap{
Expand Down

0 comments on commit 227f5b6

Please sign in to comment.