Open thecodejunkie opened 5 years ago
In the Readme file, for the vault-operator chart, the section on RBAC states (emphasis is mine)
By default the chart will not install the recommended RBAC roles and rolebindings.
However, the configuration section states that the default value, for the rbac.create parameter is true. This is also reflected in values.yaml where the parameter has a default value of true https://github.com/kubevault/operator/blob/master/charts/vault-operator/values.yaml#L66
rbac.create
true
values.yaml
In the Readme file, for the vault-operator chart, the section on RBAC states (emphasis is mine)
However, the configuration section states that the default value, for the
rbac.create
parameter istrue
. This is also reflected invalues.yaml
where the parameter has a default value oftrue
https://github.com/kubevault/operator/blob/master/charts/vault-operator/values.yaml#L66