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

WIP: Set pull-secret parameter not mandatory #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adrianriobo
Copy link
Collaborator

Pull secret is only required for openshift and microshift, this commit will remove the required policy on it checking to avoid adding a fake pull secret for okd. Also in case the preset requires the pull secret and it is not set the action will throw and error

Pull secret is only required for openshift and microshift, this commit will remove the required policy on it checking to avoid adding a fake pull secret for okd. Also in case the preset requires the pull secret and it is not set the action will throw and error

Signed-off-by: Adrian Riobo <[email protected]>
@praveenkumar
Copy link
Member

I think it is failing because now we are not passing the pull-secret for microshift which is required as part of this PR.

@adrianriobo
Copy link
Collaborator Author

No it is failing as it should be...cause I added a check step to show an error saying you need it...I had it as wip cause I want to add both cases on the gh action... one ensure it fails cause there is no ps.... and another one succeed.

Once I have both I will remove WIP

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.

2 participants