Skip to content

Fix typo in otelLogsVolumeName variable#825

Closed
pankaj101A with Copilot wants to merge 10 commits into
mainfrom
copilot/sub-pr-824
Closed

Fix typo in otelLogsVolumeName variable#825
pankaj101A with Copilot wants to merge 10 commits into
mainfrom
copilot/sub-pr-824

Conversation

Copilot AI commented Jan 7, 2026

Copy link
Copy Markdown

Corrects misspelling of "Volume" as "Volumne" in variable name otelLogsVolumneNameotelLogsVolumeName.

Changes:

  • Renamed variable in operator/handler/handler.go (3 occurrences: declaration and 2 usages)
// Before
otelLogsVolumneName := fmt.Sprintf(sidecarOtelLogsVolumeName, sidecarsCount)
pod.Spec.Volumes = append(pod.Spec.Volumes,
    corev1.Volume{
        Name: otelLogsVolumneName,
        ...
    })

// After  
otelLogsVolumeName := fmt.Sprintf(sidecarOtelLogsVolumeName, sidecarsCount)
pod.Spec.Volumes = append(pod.Spec.Volumes,
    corev1.Volume{
        Name: otelLogsVolumeName,
        ...
    })

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pankaj101A <174602823+pankaj101A@users.noreply.github.com>
Base automatically changed from mountpath to main January 7, 2026 09:21
Copilot AI changed the title [WIP] WIP address feedback on creating volume for otel path in container Fix typo in otelLogsVolumeName variable Jan 7, 2026
Copilot AI requested a review from pankaj101A January 7, 2026 09:22
@pankaj101A pankaj101A closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants