Skip to content

Commit

Permalink
Fix compilation error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov committed Nov 14, 2024
1 parent ec6a97d commit f96039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/cache/ensurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (e *ensurer) EnsureAdditionalFiles(ctx context.Context, gctx gcontext.Garde

*new = extensionswebhook.EnsureFileWithPath(*new, extensionsv1alpha1.File{
Path: caBundlePath,
Permissions: ptr.To(int32(0644)),
Permissions: ptr.To[uint32](0644),
Content: extensionsv1alpha1.FileContent{
Inline: &extensionsv1alpha1.FileContentInline{
Encoding: "b64",
Expand Down

0 comments on commit f96039b

Please sign in to comment.