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

Provide serviceAccountRef name/namespace on lifecycle-image configmap #837

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

matthewmcnew
Copy link
Collaborator

  • This allows the lifecycle image to live in a registry which requires credentials.
  • These credentials can be dynamically updated by updating the credentials directly in k8s api.
  • The lifecycle image is no longer immediately read on controller start because the configmap is needed with the full service acocunt references.

- This allows the lifecycle image to live in a registry which requires credentials.
- These credentials can be dynamically updated by updating the credentials directly in k8s api.
- The lifecycle image is no longer immediately read on controller start because the configmap is needed with the full service acocunt references.
@codecov-commenter
Copy link

Codecov Report

Merging #837 (461adc7) into main (949cbfe) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #837      +/-   ##
==========================================
- Coverage   68.72%   68.64%   -0.09%     
==========================================
  Files         114      114              
  Lines        5042     5045       +3     
==========================================
- Hits         3465     3463       -2     
- Misses       1207     1210       +3     
- Partials      370      372       +2     
Impacted Files Coverage Δ
pkg/config/lifecycle_provider.go 83.63% <100.00%> (-8.68%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 949cbfe...461adc7. Read the comment docs.

@matthewmcnew matthewmcnew merged commit 961032c into main Sep 28, 2021
@matthewmcnew matthewmcnew deleted the read-lifecycle-creds-configmap branch September 28, 2021 20:13
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.

4 participants