Skip to content

Commit

Permalink
remove unused env var keys
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jul 7, 2023
1 parent 9108646 commit e882214
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webhook/certificates/resources/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ import (
const (
// ServerKey is the name of the key associated with the secret's private key.
ServerKey = "server-key.pem"
// ServerKeyEnv is the env var name for the webhook secret's key eg. `tls.key`.
ServerKeyEnv = "KNATIVE_WEBHOOK_SERVER_KEY"
// ServerCert is the name of the key associated with the secret's public key.
ServerCert = "server-cert.pem"
// ServerCertEnv is the env var name for the webhook secret's ca data key eg. `tls.crt`.
ServerCertEnv = "KNATIVE_WEBHOOK_SERVER_CERT"
// CACert is the name of the key associated with the certificate of the CA for
// the keypair.
CACert = "ca-cert.pem"
Expand Down

0 comments on commit e882214

Please sign in to comment.