Skip to content

Commit

Permalink
Fixed Edit Application form for Knative Services
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifergene committed Aug 24, 2023
1 parent 134c329 commit 659d951
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -182,6 +182,7 @@ export const getKnativeServiceDepResource = (
knativeServiceUpdated = _.omit(originalKnativeService, [
'status',
'spec.template.metadata.name',
'spec.template.spec.containers',
]);
}
const knativeDeployResource = mergeData(knativeServiceUpdated || {}, newKnativeDeployResource);
Expand Down

0 comments on commit 659d951

Please sign in to comment.