Skip to content

v2.0.1

Compare
Choose a tag to compare
@diverdane diverdane released this 02 Nov 21:05
· 46 commits to master since this release
e7a3f31

v2.0.1 - 2020-10-30

Added

Changed

  • account now accepts two values, account.create, a boolean, and account.name, a string.
    These values allow you to configure the creation of a Conjur account on container startup, and
    the name of the account. cyberark/conjur-oss-helm-chart#77

Deprecated

  • The rbac.create chart value is now deprecated. This value will be replaced
    in the next major release with two separate settings:
    • rbac.createClusterRole (defaulting to true)
    • rbac.createClusterRoleBinding (defaulting to false)
      and the use of RoleBindings will be recommended over using
      ClusterRoleBinding.