We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/katanomi/pkg/blob/main/plugin/client/gitcontent.go#L40 不需要 secret时, 不用传递即可。
现在必须在业务方构造一个空的secret.
// If the secret is not found, set empty object. if secret == nil { secret = &corev1.Secret{} }
https://github.com/katanomi/builds/pull/164/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
https://github.com/katanomi/pkg/blob/main/plugin/client/gitcontent.go#L40 不需要 secret时, 不用传递即可。
Actual Behavior
现在必须在业务方构造一个空的secret.
https://github.com/katanomi/builds/pull/164/files
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: