Skip to content

Commit

Permalink
Update webhook.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Sep 3, 2024
1 parent d36c9d1 commit cbc8204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, annotations map

// Clean and sanitize the filerBucketName
sanitizedBucketName := cleanAndSanitizeName(filerName)
warningLogger.Printf("sanitizedBucketName: %s", sanitizedBucketName)

// Append the deepest directory name if available
if len(bucketDirs) >= 2 {
Expand Down

0 comments on commit cbc8204

Please sign in to comment.