Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit cf1bafe

Browse files
committed
add seldon-core to FADI. cetic/fadi#91 @banzo
1 parent 70e7889 commit cf1bafe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

requirements.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ dependencies:
8080
version: ~0.1.2
8181
repository: https://cetic.github.io/helm-charts/
8282
condition: adminer.enabled
83+
- name: seldon-core-operator
84+
version: ~1.0.2
85+
repository: https://storage.googleapis.com/seldon-charts/
86+
condition: seldon-core-operator.enabled

values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,8 @@ adminer:
380380
design: "pepa-linha"
381381
service:
382382
type: NodePort
383+
384+
seldon-core-operator:
385+
enabled: false
386+
usageMetrics:
387+
enabled: true

0 commit comments

Comments
 (0)