Skip to content

Commit

Permalink
remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Dec 19, 2023
1 parent 7bd8bed commit b3cf310
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/clusterctl/client/cluster/cert_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ const (
waitCertManagerInterval = 1 * time.Second

certManagerNamespace = "cert-manager"

// This is maintained only for supporting upgrades from cluster created with clusterctl v1alpha3.
//
// Deprecated: Use clusterctlv1.CertManagerVersionAnnotation instead.
// TODO: Remove once upgrades from v1alpha3 are no longer supported.
certManagerVersionAnnotation = "certmanager.clusterctl.cluster.x-k8s.io/version"
)

var (
Expand Down

0 comments on commit b3cf310

Please sign in to comment.