-
Notifications
You must be signed in to change notification settings - Fork 24
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
no longer use pull secret and use stage #235
Conversation
Signed-off-by: Ryan Cook <rcook@redhat.com>
pipeline.py
Outdated
@@ -23,7 +23,7 @@ | |||
MOCKED_STAGES = ["sdg", "train", "eval"] | |||
PIPELINE_FILE_NAME = "pipeline.yaml" | |||
IMPORTER_PIPELINE_FILE_NAME = "importer-pipeline.yaml" | |||
IMAGE_PULL_SECRET = "redhat-et-ilab-botty-pull-secret" | |||
IMAGE_PULL_SECRET = "" |
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.
Can we fully remove this constant now?
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.
agree. Removing now
Signed-off-by: Ryan Cook <rcook@redhat.com>
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.
/lgtm
/approve
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.
LGTM!
Thanks @cooktheryan
1.3.1 includes KFP. Cluster has stage credentials. Need to test