1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00

format for lint

This commit is contained in:
Brent Spector 2022-01-05 17:01:15 -08:00
parent 26f9be4fb1
commit 5edb7e6af2

View file

@ -177,7 +177,7 @@ type VaultLdapAuth struct {
// in Vault, e.g: "ldap"
// +kubebuilder:default=ldap
Path string `json:"path"`
// Username is a LDAP user name used to authenticate using the LDAP Vault
// authentication method
Username string `json:"username"`