Skip to content

Commit

Permalink
fix(build): remove duplicate declaration of constant (#1714)
Browse files Browse the repository at this point in the history
same constant has been added by 2 different PRs
simultaneously causing the build failures

Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored Jun 9, 2020
1 parent d30965d commit 5aaccbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ var (
metav1.NamespacePublic,
}
snapshotAnnotation = "snapshot.alpha.kubernetes.io/snapshot"
skipValidation = "openebs.io/skip-validations"
)

// webhook implements a validating webhook.
Expand Down

0 comments on commit 5aaccbc

Please sign in to comment.