Rename teleport.dev/database-name to teleport.dev/database_name to match convention. (#14922)

This commit is contained in:
Krzysztof Skrzętnicki 2022-07-27 16:03:07 +02:00 committed by GitHub
parent ae954e95dc
commit 396d04fa9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -832,7 +832,7 @@ const (
// labelVPCID is the label key containing the VPC ID.
labelVPCID = "vpc-id"
// labelTeleportDBName is the label key containing the database name override.
labelTeleportDBName = types.TeleportNamespace + "/database-name"
labelTeleportDBName = types.TeleportNamespace + "/database_name"
)
const (