Skip to content

Commit

Permalink
Merge pull request #377 from stuggi/ca_bundle_label
Browse files Browse the repository at this point in the history
[TLS] add CABundleLabel
  • Loading branch information
stuggi authored Oct 24, 2023
2 parents 357f2fa + 7f2708b commit a219eee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/common/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ import (
"k8s.io/utils/ptr"
)

const (
// CABundleLabel added to the CA bundle secret for the namespace
CABundleLabel = "combined-ca-bundle"
)

// Service contains server-specific TLS secret
type Service struct {
// +kubebuilder:validation:Optional
Expand Down

0 comments on commit a219eee

Please sign in to comment.