-
Notifications
You must be signed in to change notification settings - Fork 65
/
example_conf.yaml
25 lines (25 loc) · 989 Bytes
/
example_conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
helmRegistries:
registryNames:
- bitnami
override:
- registry:
url: "http://localhost:8080/index.yaml" # Url to the index file
secretRef:
name: "chartmuseum" # Name of the secret containing the username and password
userKey: "username" # Key of the username in the secret
passKey: "password" # Key of the password in the secret
charts: # Chart names
- azure-pipelines-agent
- starboard-exporter
- registry:
url: "http://localhost:8080" # Url to the index file
secretRef:
name: "chartmuseum" # Name of the secret containing the username and password
userKey: "username" # Key of the username in the secret
passKey: "password" # Key of the password in the secret
charts: # Chart names
- starboard-operator
- registry:
url: "https://aquasecurity.github.io/helm-charts/" # Url to the index file
charts: # Chart names
- test