-
Notifications
You must be signed in to change notification settings - Fork 467
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
bugfix/optional-secrets-manager #493
Conversation
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.
Thanks for the PR! Just left some comments :-)
Merge branch 'develop' into bugfix/optional-secrets-manager
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.
Just two tiny things... Otherwise good to go from my side...
src/zenml/integrations/kubeflow/orchestrators/kubeflow_orchestrator.py
Outdated
Show resolved
Hide resolved
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.
Its a go from my side!
Merge 'develop' into 'bugfix/optional-secrets-manager'
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.
Good to go!
…ile only when it's needed
… isnt created with secrets-manager
Merge branch 'develop' into 'bugfix/optional-secrets-manager'
Describe changes
Change secrets manager to optional instead of required when working with Kubeflow orchestrator, since secrets manager are optional the Kubeflow orchestrator will raise an error only if the user provides secrets while secrets-manager is not set in the active stack.
Adding environment_vars to generate docker file function because it was missing.
Pre-requisites
Please ensure you have done the following:
Types of changes