Skip to content

Commit

Permalink
Add primary pod labels to NAS
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 26, 2020
1 parent f64ca97 commit 67a4edb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ const mapStateToProps = state => {
inputSize: state[constants.NAS_CREATE_MODULE].inputSize,
outputSize: state[constants.NAS_CREATE_MODULE].outputSize,
operations: state[constants.NAS_CREATE_MODULE].operations,
primaryPodLabels: state[constants.GENERAL_MODULE].primaryPodLabels,
trialTemplateSpec: state[constants.GENERAL_MODULE].trialTemplateSpec,
trialTemplateSource: state[constants.GENERAL_MODULE].trialTemplateSource,
templateConfigMapNamespace: templateCMNamespace,
Expand Down

0 comments on commit 67a4edb

Please sign in to comment.