NEXUS-34974 Publish nxrm helm charts to Sonatype helm repo and Artifact Hub
This commit is contained in:
15
nexus-repository-manager/templates/secret.yaml
Normal file
15
nexus-repository-manager/templates/secret.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
{{- if .Values.secret.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ template "nexus.name" . }}-secret
|
||||
labels:
|
||||
{{ include "nexus.labels" . | indent 4 }}
|
||||
{{- if .Values.nexus.extraLabels }}
|
||||
{{- with .Values.nexus.extraLabels }}
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
data:
|
||||
{{ toYaml .Values.secret.data | indent 2 }}
|
||||
{{- end}}
|
Reference in New Issue
Block a user