Skip to content

Commit 1ed69ad

Browse files
authored
fix(sm): rename certificate type to be more generic (#1787)
1 parent b2d3c6d commit 1ed69ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/secret/v1alpha1/secret_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const (
152152
// default type.
153153
SecretTypeOpaque = SecretType("opaque")
154154
// Certificates used by load balancers, the format must be PEM concatenated and contains exactly one PKCS8 private key and the certificate full chain containing all intermediates CA.
155-
SecretTypeNetworkEdgeCertificate = SecretType("network_edge_certificate")
155+
SecretTypeCertificate = SecretType("certificate")
156156
)
157157

158158
func (enum SecretType) String() string {

0 commit comments

Comments
 (0)