bitnami-labs / sealed-secrets

A Kubernetes controller and tool for one-way encrypted Secrets

Home Page:https://sealed-secrets.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Helm Chart in file role-binding.yaml

as-rail opened this issue · comments

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:

  1. Go to '...'
  2. Run the command '....'
  3. Wait for '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Version of Kubernetes:

  • Output of kubectl version:
(paste your output here)

Additional context
Add any other context about the problem here.