-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix serializing cloned embedded pipeline #474
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Does Argo sends it in JSON format? Or is it our backend? |
It's our backend. |
/lgtm |
* Parse the SSL certificates so that we get the associated domain. Use this to expire SSL certificates from pre/postsubmits after a couple hours while leaving the certificates for the auto deployments around longer. * Minor fixes to some of the other tools. Related to kubeflow#461
Follow up on #75. Embedded pipeline spec is actually JSON not YAML.
This change is