Skip to content

helm: Add a configmap entry for aptly.conf

Andrej Shadura requested to merge aptly-add-configmap into collabora/switch-to-aptly

Usage (in values.yaml):

global:
  backend:
    aptly:
      rootDir: /srv/obs/aptly
      ppaDistributorID: ""

This generates:

{
  "ppaDistributorID": "",
  "rootDir": "/srv/obs/aptly"
}

at the location /etc/obs/aptly.conf.

cc @sjoerd, @adalessandro

Edited by Andrej Shadura

Merge request reports