Skip to content

Commit

Permalink
Merge pull request #427 from kubero-dev/feature/make-pipeline-registr…
Browse files Browse the repository at this point in the history
…y-editable

Feature / make registry editable
  • Loading branch information
mms-gianni authored Oct 8, 2024
2 parents c7cb879 + c835b2e commit 670f390
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 98 deletions.
4 changes: 4 additions & 0 deletions client/src/components/apps/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ export default defineComponent({
provider: '',
repository: {} as GitRepo,
},
buildstrategy: 'plain',
deploymentstrategy: 'git',
},
appname: '',
resourceVersion: '',
Expand Down Expand Up @@ -1754,6 +1756,8 @@ export default defineComponent({
this.loadBranches();
this.buildpack = this.pipelineData.buildpack;
this.buildstrategy = this.pipelineData.buildstrategy;
this.deploymentstrategy = this.pipelineData.deploymentstrategy;
if (this.app == 'new') {
this.ingress.hosts[0].host = this.pipelineData.domain;
Expand Down
Loading

0 comments on commit 670f390

Please sign in to comment.