X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fhelm%2Ftemplates%2Fsecret-helm.yaml;h=ce7bec626b3b49fce0504bcd056dfd3a76a3a9a6;hb=3803859c341dc62bdcd79ba94be585592a94672b;hp=49e47da6677632473bae0d08b0595d8c3e7e9639;hpb=72069511cae9028d54b8d99fa373b5f4f691e981;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/templates/secret-helm.yaml b/ric-infra/10-Nexus/helm/templates/secret-helm.yaml index 49e47da6..ce7bec62 100644 --- a/ric-infra/10-Nexus/helm/templates/secret-helm.yaml +++ b/ric-infra/10-Nexus/helm/templates/secret-helm.yaml @@ -19,14 +19,9 @@ apiVersion: v1 kind: Secret type: kubernetes.io/tls metadata: - name: {{ include "common.helmrepositorycert" . }} - labels: - app: {{ template "nexus.name" . }} - chart: {{ template "nexus.chart" . }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} + name: secret-{{ include "common.name.nexus" . }}-helm annotations: "helm.sh/hook": "pre-install" "helm.sh/hook-delete-policy": "before-hook-creation" data: -{{ ( include "common.helmrepository.gen-certs" . ) | indent 2 }} +{{ ( include "nexus.gen-helm-cert" . ) | indent 2 }}