You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the generated name of service in template should not be based only on port number but on further details.
AFAIU the problem could be the following line (38) in service.yaml template where service name is generated:
Hi,
I have the following error when deploy the chart containing 2 different registries with same port:
Error: services "nexus3-nexus-repository-manager-docker-5000" already exists
The following is a part of my values.yaml in nexus.docker.registries configuration:
I think the generated name of service in template should not be based only on port number but on further details.
AFAIU the problem could be the following line (38) in service.yaml template where service name is generated:
name: {{ include "nexus.fullname" $ | trunc 49 }}-docker-{{ $registry.port }}
thx
The text was updated successfully, but these errors were encountered: