Adding support for --profile cmd option

This commit is contained in:
axel7083
2023-09-17 17:41:05 +02:00
parent 708b222ed5
commit a7c63a650c
6 changed files with 16 additions and 4 deletions
+2
View File
@@ -53,6 +53,7 @@ type ConvertOptions struct {
BuildRepo string
BuildBranch string
Build string
Profiles []string
PushImage bool
PushImageRegistry string
CreateChart bool
@@ -117,6 +118,7 @@ type ServiceConfig struct {
Args []string `compose:"args"`
VolList []string `compose:"volumes"`
Network []string `compose:"network"`
Profiles []string `compose:"profiles"`
Labels map[string]string `compose:"labels"`
Annotations map[string]string `compose:""`
CPUSet string `compose:"cpuset"`