You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description of the change**
Use the right context for `commonAnnotations` in namespaced role
bindings.
**Benefits**
Fix a bug preventing namespaced role bindings to be created.
**Applicable issues**
- fixes#1493
Signed-off-by: Alejandro Moreno <[email protected]>
Which component:
The name (and version) of the affected component (controller or kubeseal)
controller helm chart, version 2.15.1
Describe the bug
A clear and concise description of what the bug is.
Helm Chart cannot be rendered with additional namespaces set.
The problem is here: helm/sealed-secrets/templates/role-binding.yaml on Line 66.
There is a missing $. The line should be:
{{- if $.Values.commonAnnotations }}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Version of Kubernetes:
kubectl version
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: