From 66e3f8a5602569edc04203c26b9ef0aa361f63d9 Mon Sep 17 00:00:00 2001 From: Lukas Piwowarski Date: Mon, 5 Aug 2024 11:41:29 +0200 Subject: [PATCH] Fix make operator-lint error This commit fixes an error raised by make operator-lint introduced with this PR [1]. [1] https://github.com/openstack-k8s-operators/test-operator/pull/153 --- api/v1beta1/tobiko_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta1/tobiko_types.go b/api/v1beta1/tobiko_types.go index 9984a844..346730b1 100644 --- a/api/v1beta1/tobiko_types.go +++ b/api/v1beta1/tobiko_types.go @@ -55,7 +55,7 @@ type TobikoSpec struct { // inside the test-pod causes that the pod will be kept alive indefinitely // (stuck in "Running" phase) or until the corresponding Tobiko CR is deleted. // This allows the user to debug any potential troubles with `oc rsh`. - Debug bool `json:"debug,omitempty"` + Debug bool `json:"debug"` // +kubebuilder:validation:Optional // +operator-sdk:csv:customresourcedefinitions:type=spec