Skip to content

Commit

Permalink
Merge pull request #12832 from Lucifergene/OCPBUGS-6513-admission-web…
Browse files Browse the repository at this point in the history
…-hook-probe-error

OCPBUGS-6513: Fixed Edit Application form for Knative Services
  • Loading branch information
openshift-merge-robot committed Sep 9, 2023
2 parents 181742e + 659d951 commit 50cac02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 50cac02

Please sign in to comment.