vault-operator icon indicating copy to clipboard operation
vault-operator copied to clipboard

Helm chart is missing capabilities config

Open olga-salesloft opened this issue 4 months ago • 2 comments

Preflight Checklist

  • [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • [X] I am not looking for support or already pursued the available support channels without success.
  • [X] I agree to follow the Code of Conduct.

Operator Version

v1.21.2

Installation Type

Official Helm chart

Bank-Vaults Version

v1.31.0

Kubernetes Version

1.27.0

Kubernetes Distribution/Provisioner

GKE

Expected Behavior

PDB template has been added recently https://github.com/bank-vaults/vault-operator/pull/324/files and it should works.

Actual Behavior

However, I see the error with PDB template

template: vault-operator/templates/pdb.yaml:2:15: executing "vault-operator/templates/pdb.yaml" at <include "common.capabilities.policy.apiVersion" .>: error calling include: template: no template "common.capabilities.policy.apiVersion" associated with template "gotpl"

I believe this common.capabilities.policy.apiVersion should be define in _helpers.tpl or separate file _capabilities.tpl or in chart.yaml as dependence but it doesn't. Kindly ask if someone can have a look?

olga-salesloft avatar Feb 27 '24 17:02 olga-salesloft