refactor: add missing prop

This commit is contained in:
Mauricio Siu
2024-09-02 00:01:47 -06:00
parent 8b2fd07a27
commit 2929e01f09

View File

@@ -10,6 +10,7 @@ const baseApp: ApplicationNested = {
appName: "", appName: "",
autoDeploy: true, autoDeploy: true,
branch: null, branch: null,
dockerBuildStage: "",
buildArgs: null, buildArgs: null,
buildPath: "/", buildPath: "/",
gitlabPathNamespace: "", gitlabPathNamespace: "",