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
In core/templates/role.yaml, there is a conditional if .Values.internal.autoGenerateCert around the roles neuvector-binding-lease, neuvector-binding-job-creation and neuvector-binding-cert-upgrader. So, if this boolean is false, then none of those three Roles are included.
The corresponding RoleBindings in core/templates/rolebinding.yaml also includes the conditional if .Values.internal.autoGenerateCert, but only for the neuvector-binding-lease.
Therefore, two RoleBindings (neuvector-binding-job-creation and neuvector-binding-cert-upgrader) are created with references to non-existing Roles.
The text was updated successfully, but these errors were encountered:
In core/templates/role.yaml, there is a conditional
if .Values.internal.autoGenerateCert
around the rolesneuvector-binding-lease
,neuvector-binding-job-creation
andneuvector-binding-cert-upgrader
. So, if this boolean isfalse
, then none of those threeRoles
are included.The corresponding
RoleBindings
in core/templates/rolebinding.yaml also includes the conditionalif .Values.internal.autoGenerateCert
, but only for theneuvector-binding-lease
.Therefore, two
RoleBindings
(neuvector-binding-job-creation
andneuvector-binding-cert-upgrader
) are created with references to non-existingRoles
.The text was updated successfully, but these errors were encountered: