Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

⚠ Remove pointer to BundleTemplate from spec #758

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Nov 6, 2023

Template field in BundleDeploymentSpec seems to have unnecessary pointer as we expect to always populate this field.

This is a follow up for operator-framework/operator-controller#499 (comment)

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 6, 2023
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0e327c3) 21.14% compared to head (b4a77a0) 21.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #758   +/-   ##
=======================================
  Coverage   21.14%   21.14%           
=======================================
  Files          14       14           
  Lines        1069     1069           
=======================================
  Hits          226      226           
  Misses        795      795           
  Partials       48       48           
Files Coverage Δ
internal/util/util.go 2.79% <ø> (ø)

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

@m1kola m1kola marked this pull request as ready for review November 6, 2023 15:36
@m1kola m1kola requested a review from a team as a code owner November 6, 2023 15:36
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 6, 2023
@m1kola m1kola changed the title Remove pointer to BundleTemplate from spec ⚠ Remove pointer to BundleTemplate from spec Nov 7, 2023
`Template` field in `BundleDeploymentSpec` seems to have
unnecessary pointer as we expect to always populate this field.

Signed-off-by: Mikalai Radchuk <[email protected]>
@stevekuznetsov stevekuznetsov added this pull request to the merge queue Nov 7, 2023
Merged via the queue into operator-framework:main with commit 4f952d4 Nov 7, 2023
10 of 11 checks passed
@m1kola m1kola deleted the template_ref branch November 7, 2023 14:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants