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

chore: adapt API for sidecar image and tag restriction #552

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Nov 17, 2023

Part of #517

Preparation for #550

Details

To restrict the setup of the sidecar image and tag, we need to remove the image and tag parameters from FFS CRD. These values will be read from the env variables of the operator deployment. Also the reading of the env variables should not happen in the CRD struct function, but should be handled in a common place for all env variable, for example in the main.go. Please see the linked PR for more details

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@odubajDT odubajDT marked this pull request as ready for review November 17, 2023 09:10
@odubajDT odubajDT requested a review from a team as a code owner November 17, 2023 09:10
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #552 (fa70f2a) into main (61c77c0) will decrease coverage by 1.21%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #552      +/-   ##
==========================================
- Coverage   84.23%   83.03%   -1.21%     
==========================================
  Files          10       10              
  Lines        1015      943      -72     
==========================================
- Hits          855      783      -72     
  Misses        130      130              
  Partials       30       30              
Files Coverage Δ
apis/core/v1beta1/featureflagsource_types.go 96.59% <ø> (-1.54%) ⬇️
Flag Coverage Δ
unit-tests 83.03% <ø> (-1.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@odubajDT odubajDT merged commit 726a7f7 into open-feature:main Nov 17, 2023
13 checks passed
This was referenced Nov 29, 2023
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.

3 participants