Skip to content
Snippets Groups Projects
Unverified Commit daf2b6e7 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

helm: Add a configmap entry for aptly.conf

parent 223124fa
No related branches found
No related tags found
1 merge request!16helm: Add a configmap entry for aptly.conf
Pipeline #39551 passed
......@@ -8,3 +8,4 @@ data:
default "" .Values.global.backend.extraConfig
) | quote
}}
aptly.conf: {{ default "" .Values.global.backend.aptly | toPrettyJson | quote }}
......@@ -75,6 +75,9 @@ spec:
- name: backend-extraconfig
mountPath: /etc/obs/BSConfig.local.pm
subPath: BSConfig.local.pm
- name: backend-extraconfig
mountPath: /etc/obs/aptly.conf
subPath: aptly.conf
{{- $logs := list
"dispatcher"
"dodup"
......
......@@ -13,8 +13,11 @@ image:
global:
frontend: {}
# host: frontend
backend: {}
backend:
# architectures: ["x86_64", "aarch64"]
aptly:
rootDir: /srv/obs/aptly
ppaDistributorID: ""
imagePullSecrets: []
nameOverride: ""
......
......@@ -28,6 +28,9 @@ global:
# host: backend
# extraConfig: |
# $ipaccess->{"10.*"} = "rw";
# aptly:
# rootDir: /srv/obs/aptly
# ppaDistributorID: ""
imagePullSecrets: []
nameOverride: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment