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

Add unsupported config override for reload interval #619

Commits on Jul 19, 2021

  1. Add unsupported config override for reload interval

    * pkg/operator/controller/ingress/deployment.go
    (RouterReloadIntervalEnvName): New const.
    (desiredRouterDeployment): Add unsupported config override for
    RELOAD_INTERVAL.
    * pkg/operator/controller/ingress/deployment_test.go
    (TestDesiredRouterDeployment): Verify that desiredRouterDeployment sets
    RELOAD_INTERVAL as expected.
    * test/e2e/operator_test.go (TestReloadIntervalUnsupportedConfigOverride):
    Verify that the operator sets RELOAD_INTERVAL to the value specified in the
    unsupported configuration override or to the default value of 5 if no
    override is specified.
    Miciah committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    a849a88 View commit details
    Browse the repository at this point in the history