v0.34.3
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 aClusterRole
orRole
based onnamespacedRbac
helm value. The expected structure of this helm value is described below.
- RBAC yaml templates updated to generate an Operator's
<operator.valuesPath>:
namespacedRbac:
- resources:
- secrets
...
namespaces:
- ns-1
- ns-2
...
...
New Contributors
Full Changelog: v0.34.2...v0.34.3