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

Fixes for from PR #18 + credentials directory #23

Closed
wants to merge 7 commits into from

Commits on Sep 12, 2018

  1. Fix F5Networks#17: Make RBAC resources unique and optional

    Problem:
    With the current Chart RBAC resource names are hard coded and not optional
    so it's impossible to deploy more than one instance in a namespace
    
    Solution:
    This uses the helper f5-bigip-ctlr.fullname as the name of each resource to it's unique.
    It also add variables to make the RBAc resources optional.
    You can also set the name of the service account to use so you can use it across all deploys.
    
    Testing (optional if not described in Solution section): Description of tests that were run to exercise the solutions (unit tests, system tests, etc)
    Pete Brown committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3468c34 View commit details
    Browse the repository at this point in the history
  2. Fix name of ServiceAccount

    Pete Brown committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0d562c8 View commit details
    Browse the repository at this point in the history
  3. Remove namespace from resources.

    Fix name of ClusterRole in ClusterRoleBinding
    Pete Brown committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8dfae0c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Set version to 0.0.5

    Pete Brown committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    03cc231 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    6b215d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59c962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6dfafc View commit details
    Browse the repository at this point in the history