Update nexus helm charts. Docker and helm repos are exposed using separated ingress...
[it/dep.git] / ric-infra / 10-Nexus / helm / templates / secret-docker.yaml
index d113b38..0dec66c 100644 (file)
@@ -19,14 +19,9 @@ apiVersion: v1
 kind: Secret
 type: kubernetes.io/tls
 metadata:
-  name: {{ include "common.repositorycert" . }}
-  labels:
-    app: {{ template "nexus.name" . }}
-    chart: {{ template "nexus.chart" . }}
-    heritage: {{ .Release.Service }}
-    release: {{ .Release.Name }}
+  name: secret-{{ include "common.name.nexus" . }}-docker
   annotations:
     "helm.sh/hook": "pre-install"
     "helm.sh/hook-delete-policy": "before-hook-creation"
 data:
-{{ ( include "common.repository.gen-certs" . ) | indent 2 }}
+{{ ( include "nexus.gen-docker-cert" . ) | indent 2 }}