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

Fix(CUE): fix variable error bug in startup-probe #6472

Merged
merged 1 commit into from
Apr 7, 2024

Commits on Jan 6, 2024

  1. Fix(CUE): fix variable error bug in startup-probe

    The original variable is "grtcpSocketpc", but this variable does not
    exist in the file. According to the context, it should be "tcpSocket".
    In addition, its type needs to be int to work properly.
    
    Signed-off-by: zengziheng <zengziheng@datacloak.com>
    zengziheng committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    fd5bb59 View commit details
    Browse the repository at this point in the history