test: adding tests for convert

This commit is contained in:
axel7083
2023-09-21 22:03:51 +02:00
parent a7c63a650c
commit 82eb2a8e10
5 changed files with 108 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ func (k *Kompose) Convert(options ConvertOptions) ([]runtime.Object, error) {
PushImageRegistry: options.PushImageRegistry,
CreateDeploymentConfig: k.createDeploymentConfig(options),
EmptyVols: false,
Profiles: options.Profiles,
Volumes: *options.VolumeType,
PVCRequestSize: options.PvcRequestSize,
InsecureRepository: k.insecureRepository(options),