Skip to content

Commit

Permalink
use role regardless of the discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
matilote committed Aug 11, 2023
1 parent 73593d2 commit 7e2096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/validators/templates/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.global.rbac.create .Values.beaconChainRpcEndpointsAutoDiscovery -}}
{{- if and .Values.global.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down

0 comments on commit 7e2096e

Please sign in to comment.