Skip to content

Commit

Permalink
Signed-off-by: v.oleynikov <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
duckhawk committed Jan 20, 2025
1 parent a0a277f commit 678e2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/webhooks/src/handlers/nscValidator.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func NSCValidate(ctx context.Context, arReview *model.AdmissionReview, obj metav
"settings": map[string]interface{}{
"v3support": true,
},
"version": "1",
"version": 1,
},
})
if err != nil {
Expand All @@ -94,7 +94,7 @@ func NSCValidate(ctx context.Context, arReview *model.AdmissionReview, obj metav
"settings": map[string]interface{}{
"v3support": false,
},
"version": "1",
"version": 1,
},
})
if err != nil {
Expand Down

0 comments on commit 678e2bb

Please sign in to comment.