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 EL Container Arguments in Reconciler #838

Merged
merged 2 commits into from
Nov 23, 2020

Commits on Nov 23, 2020

  1. Fix EL Container Arguments in Reconciler

    Change the way arguments are given to corev1.Container so that
    there's no ambiguity while running EL.
    khrm committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a63f28d View commit details
    Browse the repository at this point in the history
  2. Set Default of IsMultiNS to false in EL reconciler

    Setting Default of IsMultiNS to false instead of true. IsMultiNS is
    set to true only when we get Selectors
    khrm committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6dbd67d View commit details
    Browse the repository at this point in the history