Skip to content

Commit 8faec37

Browse files
committed
cluster_role_binding: fix name of cluster role to link with
1 parent cb1e385 commit 8faec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cortex-agent/templates/cluster-role-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ subjects:
1010
namespace: {{ .Values.namespace.name }}
1111
roleRef:
1212
kind: ClusterRole
13-
name: {{ include "cortex-xdr.fullname" . }}
13+
name: {{ include "cortex-xdr.clusterRoleName" . }}
1414
apiGroup: rbac.authorization.k8s.io
1515
{{- end -}}

0 commit comments

Comments
 (0)