Skip to content

Commit

Permalink
Merge branch 'master' into ubi-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonsy13 authored Jul 24, 2024
2 parents 3a8ff7b + bb7ea39 commit 77a6191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion controllers/chaosengine_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ func TestReconcileForCreationAndRunning(t *testing.T) {

func CreateFakeClient(t *testing.T) *ChaosEngineReconciler {

fakeClient := litmusFakeClientset.NewFakeClient()
fakeClient := litmusFakeClientset.NewClientBuilder().WithRuntimeObjects().Build()
if fakeClient == nil {
fmt.Println("litmusClient is not created")
}
Expand Down
5 changes: 0 additions & 5 deletions pkg/utils/volumeUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import (
corev1 "k8s.io/api/core/v1"
)

var (
// hostpathTypeFile represents the hostpath type
hostpathTypeFile = corev1.HostPathFile
)

// CreateVolumeBuilders build Volume needed in execution of experiments
func CreateVolumeBuilders(configMaps []v1alpha1.ConfigMap, secrets []v1alpha1.Secret) []*volume.Builder {
volumeBuilderList := []*volume.Builder{}
Expand Down

0 comments on commit 77a6191

Please sign in to comment.