Skip to content

Commit

Permalink
Merge pull request #356 from stuggi/tls_label
Browse files Browse the repository at this point in the history
[TLS] add RootCAIssuerInternalLabel
  • Loading branch information
stuggi authored Oct 5, 2023
2 parents 7a2ccbf + 9ff61d4 commit 5e4b179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/certmanager/issuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ import (
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
)

const (
// RootCAIssuerInternalLabel for internal RootCA to issue internal TLS Certs
RootCAIssuerInternalLabel = "osp-rootca-issuer-internal"
)

// Issuer -
type Issuer struct {
issuer *certmgrv1.Issuer
Expand Down

0 comments on commit 5e4b179

Please sign in to comment.