Skip to content

Commit

Permalink
[#3699] Allow customization of repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Sep 7, 2022
1 parent e35db22 commit 235b5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 3 additions & 6 deletions infrastructure/helm-chart/templates/controller/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ metadata:
data:
repositories.json: |
{
"repositories": [
{
"name": "airy-core",
"url": "https://helm.airy.co"
}
]
"repositories":
{{ toPrettyJson .Values.repositories | indent 6 }}
}
5 changes: 5 additions & 0 deletions infrastructure/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ tools:
enabled: true
serviceAccount: airy-admin
limitRange: false
repositories:
- name: airy-core
url: "https://helm.airy.co"
username:
password:
components:
api:
admin:
Expand Down

0 comments on commit 235b5eb

Please sign in to comment.