-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider helm chart #343
Provider helm chart #343
Conversation
@@ -76,8 +76,18 @@ metadata: | |||
spec: | |||
volumes: | |||
- name: providers-config | |||
{{- if and (.Values.providers) (gt (len .Values.providers) 0) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be changed in next card when the config will be in the custom resource and KFP-Operator will inject as parameter to workflow
91884d2
to
cca72b2
Compare
@@ -1,4 +1,4 @@ | |||
{{- if gt (len .Values.providers) 0 }} | |||
{{- if .Values.statusFeedback.enabled }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a fan but again this is temporary till probably the public eventbus moves to provider helm and status updater replaced with webhook. This was just to keep feature same as existing
6ffe56c
to
d25ab13
Compare
Closes #331
Splitting setup of provider specific resources into separate helm chart install.
Next task will be to change to provider crd and change the way config mounted into workflows to passing in as a parameter from the operator.