Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove duplicate sc and misplaced containerSecurityContext #838

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

outscale-hmi
Copy link
Contributor

**Is this a bug fix **

What is this PR about? / Why do we need it?
Key Changes and Clarifications:

  • I removed the duplicate serviceAccount block, keeping only one instance with controller and snapshot annotations.
  • I removed misplacement of containerSecurityContext:
    The containerSecurityContext is applied correctly under the node section and the sidecars (like provisioner,
    attacher, etc.). The serviceAccount block should not contain any security context, as it is only responsible for
    ServiceAccount metadata.

@outscale-hmi outscale-hmi merged commit 25009cd into master Oct 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants