Skip to content

Commit

Permalink
Update basic certificate to set org
Browse files Browse the repository at this point in the history
Signed-off-by: Max Ehrlich <max.ehr@gmail.com>
  • Loading branch information
Queuecumber committed Sep 8, 2018
1 parent 6012f79 commit 0d93b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,9 @@ func NewCertManagerBasicCertificate(name, secretName, issuerName string, issuerK
Name: name,
},
Spec: v1alpha1.CertificateSpec{
CommonName: "test.domain.com",
SecretName: secretName,
CommonName: "test.domain.com",
Organization: []string{"test-org"},
SecretName: secretName,
IssuerRef: v1alpha1.ObjectReference{
Name: issuerName,
Kind: issuerKind,
Expand Down

0 comments on commit 0d93b2d

Please sign in to comment.