Skip to content

Commit aced5ce

Browse files
authored
Merge pull request #32 from PaloAltoNetworks/bugfix-crb_linkage_with_cr
cluster_role_binding: fix name of cluster role to link with
2 parents cb1e385 + 8faec37 commit aced5ce

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)