UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Nexus repo creation

Closed rarencibia requested to merge nexus-repo-creation into master
1 unresolved thread
Files
3
@@ -73,6 +73,33 @@ sso:
{{- else }} []
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.addons.nexus.repository.enabled }}
repository:
enabled: {{ .Values.addons.nexus.repository.enabled }}
repo:
{{- range .Values.addons.nexus.repository.repo }}
- name: {{ .name | quote }}
format: {{ .format | quote }}
type: {{ .type | quote }}
repo_data:
name: {{ .repo_data.name | quote }}
online: {{ .repo_data.online | quote }}
storage:
blobStoreName: {{ .repo_data.storage.blobStoreName | quote }}
strictContentTypeValidation: {{ .repo_data.storage.strictContentTypeValidation | quote }}
writePolicy: {{ .repo_data.storage.writePolicy | quote }}
cleanup:
policyNames:
{{- range .repo_data.cleanup.policyNames }}
- {{ . | quote }}
{{- else }} []
{{- end }}
component:
proprietaryComponents: {{ .repo_data.component.proprietaryComponents | quote }}
raw:
contentDisposition: {{ .repo_data.raw.contentDisposition | quote }}
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}
\ No newline at end of file
Loading