Skip to content

Commit

Permalink
Merge pull request #9745 from debsmita1/image-stream
Browse files Browse the repository at this point in the history
Bug 1998431: auto update resource name when internal registry details are changed
  • Loading branch information
openshift-merge-robot committed Aug 27, 2021
2 parents 38fcd58 + 8b333ca commit 751238e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -69,8 +69,8 @@ const ImageStreamTagDropdown: React.FC<{ disabled?: boolean; formContextField?:
setFieldValue(`${fieldPrefix}isi.tag`, selectedTag);
setFieldValue(`${fieldPrefix}isi.ports`, ports);
setFieldValue(`${fieldPrefix}image.ports`, ports);
!resourceName &&
formType !== 'edit' &&
formType !== 'edit' &&
resourceName !== name &&
setFieldValue(`${fieldPrefix}name`, getSuggestedName(name));
application &&
application.selectedKey !== UNASSIGNED_KEY &&
Expand Down

0 comments on commit 751238e

Please sign in to comment.