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

feat(chart): add a default service account for runner pods #416

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

LucasMrqes
Copy link
Collaborator

The default service account used for runner pods is called burrito-runner(see internal/controllers/terraformrun/pod.go).
Currently, you either:

  • Create this specific service account in tenants
  • Create a service account with an other name, and reference it with overrideRunnerSpec.serviceAccountName in layers and/or repositories

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.99%. Comparing base (d1a7ba6) to head (3fcbe04).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #416   +/-   ##
=======================================
  Coverage   50.99%   50.99%           
=======================================
  Files          73       73           
  Lines        4334     4334           
=======================================
  Hits         2210     2210           
  Misses       1935     1935           
  Partials      189      189           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LucasMrqes LucasMrqes merged commit bffc379 into main Nov 28, 2024
10 checks passed
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