Skip to content

Commit

Permalink
Remove one extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Yang committed Jul 22, 2021
1 parent 9f4393c commit 60783c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def __validate_scoring_fe_settings(self, configuration_settings, configuration_p
if isAKSMigration:
configuration_settings['scoringFe.namespace'] = "default"
configuration_settings['scoringFe.release-name'] = "scoring-fe-migration"
feIsNodePort = str(feIsNodePort).lower() == 'true'
feSslCertFile = configuration_protected_settings.get(self.sslCertPemFile)
feSslKeyFile = configuration_protected_settings.get(self.sslKeyPemFile)
allowInsecureConnections = _get_value_from_config_protected_config(
Expand Down

0 comments on commit 60783c7

Please sign in to comment.