Skip to content

Commit 1311220

Browse files
committed
fix(webhook): expecting leading slash
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 0e57b32 commit 1311220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webhook/routes/ds_secrets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type DataStoreSecrets struct{}
1414

1515
func (d DataStoreSecrets) GetPath() string {
16-
return "validate--v1-secret"
16+
return "/validate--v1-secret"
1717
}
1818

1919
func (d DataStoreSecrets) GetObject() runtime.Object {

0 commit comments

Comments
 (0)