Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhtwdk committed Jul 10, 2024
1 parent 34c2628 commit b669bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/modules/generators/workload/workload_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func toOrderedContainers(

// Create a slice of volumes and configMaps based on the containers' files to be created.
var volumes []corev1.Volume
var volumeMounts []corev1.VolumeMount
var configMaps []corev1.ConfigMap

if err := modules.ForeachOrdered(appContainers, func(containerName string, c v1.Container) error {
Expand Down

0 comments on commit b669bce

Please sign in to comment.