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

NETOBSERV-655: created debug section and moved imagepullpolicy and env #207

Merged
merged 6 commits into from
Dec 13, 2022
Merged

Conversation

mariomac
Copy link
Contributor

@mariomac mariomac commented Dec 1, 2022

No description provided.

@mariomac mariomac added the breaking-change This pull request has breaking changes. They should be described in PR description. label Dec 7, 2022
//+kubebuilder:validation:Enum=IfNotPresent;Always;Never
//+kubebuilder:default:=IfNotPresent
// imagePullPolicy is the Kubernetes pull policy for the component image.
ImagePullPolicy string `json:"imagePullPolicy,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

I would not put pull policies under "debug" : some people prefer always pulling and others not, it's a legitimate option not just for debugging

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok. I moved it here because it looked a bit strange that the images are not here anymore but the ImagePullPolicy is actually here.

Also because I was thinking on, after GA, we could restore the "image" fields under the debug section so they would override the CSV relatedImages entry if they were defined here. So we wouldn't need to patch the CSV or deployment during development.

@jotak
Copy link
Member

jotak commented Dec 13, 2022

thanks!
/lgtm

@jotak
Copy link
Member

jotak commented Dec 13, 2022

so this is to be backported

@mariomac
Copy link
Contributor Author

@jotak yes, creating the backport once we merge this

@openshift-ci
Copy link

openshift-ci bot commented Dec 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mariomac mariomac merged commit 90a22f8 into netobserv:main Dec 13, 2022
@mariomac mariomac deleted the debug branch December 13, 2022 09:31
openshift-merge-robot pushed a commit that referenced this pull request Dec 13, 2022
* NETOBSERV-655: created debug section and moved imagepullpolicy and env (#207)

* NETOBSERV-655: created debug section and moved imagepullpolicy and env

* Update generation

* Addressed jotak's comments

* update operator-sdk
KalmanMeth pushed a commit to KalmanMeth/network-observability-operator that referenced this pull request Feb 13, 2023
NETOBSERV-341 configure netflow v5 separately (breaking change if using v5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved breaking-change This pull request has breaking changes. They should be described in PR description. lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants