deploy-templates/nexus-operator/templates/cm/configuration/nexus_repos_to_delete.yaml (32 lines of code) (raw):

apiVersion: v1 data: repos-to-delete: |- [ { "name": "maven-central" }, { "name": "maven-public" }, { "name": "maven-releases" }, { "name": "maven-snapshots" }, { "name": "nuget-group" }, { "name": "nuget-hosted" }, { "name": "nuget.org-proxy" } ] kind: ConfigMap metadata: labels: app: nexus {{- include "nexus-operator.metaLabels" . | nindent 4 }} name: nexus-repos-to-delete