Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
priyawadhwa committed Oct 10, 2024
1 parent 044f3d2 commit 278e7f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/fulcio/createcerts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ import (
"sigs.k8s.io/release-utils/version"
)

const (
// Key in the configmap holding the value of the tree.
bitSize = 4096
)

var (
secretName = flag.String("secret", "fulcio-secrets", "Name of the secret to create for the certs")
pubkeySecretName = flag.String("pubkeysecret", "fulcio-pub-key", "Name of the secret that holds the public Fulcio information like cert / public key")
Expand Down

0 comments on commit 278e7f6

Please sign in to comment.