Skip to content

Commit

Permalink
small fix (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town authored Feb 5, 2024
1 parent 83bba70 commit a1d7e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/src/lib/porter-apps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ export function clientAppToProto(data: PorterAppFormData): PorterApp {
repository: src.image.repository,
tag: src.image.tag,
},
...(predeploy && {
predeploy: serviceProto(serializeService(predeploy)),
}),
helmOverrides:
app.helmOverrides != null
? new HelmOverrides({ b64Values: btoa(app.helmOverrides) })
Expand Down

0 comments on commit a1d7e4f

Please sign in to comment.