Feat add custom build push (#1630)

* feat: support custom build and push commands

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* test: add functional tests of the support of custom build and push

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

* docs: add docs of the support of custom build and push

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>

---------

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati
2023-07-05 11:37:28 +01:00
committed by GitHub
parent f7bee839ce
commit b0d46a4ce3
8 changed files with 101 additions and 0 deletions
+3
View File
@@ -73,6 +73,9 @@ type ConvertOptions struct {
IsDeploymentConfigFlag bool
IsNamespaceFlag bool
BuildCommand string
PushCommand string
Server string
YAMLIndent int