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

Use env expansion to provide namespace in container args #5951

Merged
merged 3 commits into from
Jul 29, 2020
Merged

Use env expansion to provide namespace in container args #5951

merged 3 commits into from
Jul 29, 2020

Commits on Jul 29, 2020

  1. Use Env expansion for namespace in args

    When deploying the controller to a custom namespace, users have to
    overwrite the namespace attribute as well as the hardcoded namespace
    values in a number of args for the Deployment and the admission
    controller Jobs.
    
    Instead, this commit, uses the namespace name from the DownwardAPI,
    and allows users to simply change the namespace attribute without
    having to worry about the container args.
    pst committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    59b16c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beae32b View commit details
    Browse the repository at this point in the history
  3. Bump chart patch version

    pst committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e5e963b View commit details
    Browse the repository at this point in the history