We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c1711 + 8dc9b8a commit dda3a95Copy full SHA for dda3a95
1 file changed
rootfs/api/models/release.py
@@ -153,7 +153,7 @@ def get_port(self):
153
if (creds is not None) or (settings.REGISTRY_LOCATION != 'on-cluster'):
154
if envs.get('PORT', None) is None:
155
raise DeisException(
156
- 'PORT needs to be set in the config '
+ 'PORT needs to be set in the application config '
157
'when using a private registry'
158
)
159
0 commit comments