Skip to content

v0.34.3

Compare
Choose a tag to compare
@conradhanson conradhanson released this 11 Sep 22:01
· 40 commits to main since this release
f3f6193

What's Changed

  • add test for conditional sidecars with service ports by @lgadban in #499
  • create Roles & RoleBindings by @conradhanson in #481
    • RBAC yaml templates updated to generate an Operator's NamespaceRBAC policies as either a ClusterRole or Role based on namespacedRbac helm value. The expected structure of this helm value is described below.
<operator.valuesPath>:
 namespacedRbac:
 - resources:
   - secrets
   ...
   namespaces:
   - ns-1
   - ns-2
   ...
 ...

New Contributors

Full Changelog: v0.34.2...v0.34.3