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

Add the serviceAccountName field to Stack.spec #723

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Add the serviceAccountName field to Stack.spec #723

merged 2 commits into from
Oct 18, 2024

Conversation

EronWright
Copy link
Contributor

@EronWright EronWright commented Oct 17, 2024

Proposed changes

Adds a top-level serviceAccountName to the Stack spec, since it is practically a required element for every stack.
Note that the workspaceTemplate would take precedence.
The Workspace applies the default value of default if none is specified.

Side-effect: some outdated manifests were regenerated.

Related issues (optional)

Closes #720

@EronWright EronWright requested a review from blampe October 17, 2024 23:53
@@ -44,7 +44,7 @@ spec:
- --leader-elect
- --health-probe-bind-address=:8081
- --program-fs-adv-addr=pulumi-kubernetes-operator.$(POD_NAMESPACE).svc.cluster.local:80
- --zap-log-level=error
- --zap-log-level=info
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slipped in this fix, is now consistent with Helm chart and is more useful at info level.

@EronWright EronWright added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Oct 17, 2024
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.04%. Comparing base (eacc5ea) to head (459afe5).
Report is 1 commits behind head on v2.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2     #723      +/-   ##
==========================================
+ Coverage   50.01%   50.04%   +0.03%     
==========================================
  Files          30       30              
  Lines        4055     4058       +3     
==========================================
+ Hits         2028     2031       +3     
  Misses       1843     1843              
  Partials      184      184              

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

@EronWright EronWright merged commit 3556a4d into v2 Oct 18, 2024
8 of 9 checks passed
@EronWright EronWright deleted the issue-720 branch October 18, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants