Skip to content
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

Merged
merged 7 commits into from
Jul 24, 2024
Merged

Provider helm chart #343

merged 7 commits into from
Jul 24, 2024

Conversation

grahamia
Copy link
Contributor

@grahamia grahamia commented Jul 19, 2024

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.

@@ -76,8 +76,18 @@ metadata:
spec:
volumes:
- name: providers-config
{{- if and (.Values.providers) (gt (len .Values.providers) 0) }}
Copy link
Contributor Author

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

@grahamia grahamia force-pushed the provider-helm-chart branch from 91884d2 to cca72b2 Compare July 22, 2024 12:29
@@ -1,4 +1,4 @@
{{- if gt (len .Values.providers) 0 }}
{{- if .Values.statusFeedback.enabled }}
Copy link
Contributor Author

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

@grahamia grahamia marked this pull request as ready for review July 22, 2024 12:31
Makefile Outdated Show resolved Hide resolved
@grahamia grahamia force-pushed the provider-helm-chart branch from 6ffe56c to d25ab13 Compare July 24, 2024 08:20
@grahamia grahamia merged commit d39b920 into master Jul 24, 2024
1 check passed
@grahamia grahamia deleted the provider-helm-chart branch July 24, 2024 08:57
grahamia added a commit that referenced this pull request Aug 2, 2024
grahamia added a commit that referenced this pull request Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Provider Helm Chart
3 participants