Skip to content

Commit

Permalink
feat(helm): Make SeldonConfig configurable in SeldonRuntime Helm chart (
Browse files Browse the repository at this point in the history
  • Loading branch information
franco-bocci authored Jul 11, 2023
1 parent 901a6bc commit d91a092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: seldon
namespace: '{{ .Release.Namespace }}'
spec:
seldonConfig: default
seldonConfig: {{ .Values.seldonConfig }}
disableAutoUpdate: {{ .Values.disableAutoUpdate }}
overrides:
- name: hodometer
Expand Down
1 change: 1 addition & 0 deletions k8s/helm-charts/seldon-core-v2-runtime/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
disableAutoUpdate: false
seldonConfig: default

hodometer:
disable: false
Expand Down

0 comments on commit d91a092

Please sign in to comment.