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=86b29e1012a61a131f54637ffa3a8814660c13dc;hp=49e47da6677632473bae0d08b0595d8c3e7e9639;hpb=19c304cff17ce836f1f7770cb43efc17eaccbc9a;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 }}