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

added seccomp_profile & tf fmt #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

benjaminof
Copy link
Contributor

feat: add optional support for seccomp_profile in container security_context

  • Introduced an optional seccomp_profile block within the security_context of containers.
  • The seccomp_profile block includes support for type and localhost_profile fields.
  • Ensures backward compatibility by conditionally rendering the seccomp_profile block only when explicitly defined in the input variable.
  • Prevents unnecessary changes to existing configurations when no seccomp_profile is provided.
  • Refined logic to handle cases where seccomp_profile is omitted, avoiding defaulting to Unconfined.

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.

1 participant