Skip to content

Commit 1ae2f4e

Browse files
committed
fix: unique executor clusterrole name
Signed-off-by: Bastien Gounon <[email protected]>
1 parent faf3001 commit 1ae2f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/k8up/templates/executor-clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRole
55
metadata:
6-
name: 'k8up-executor'
6+
name: '{{ include "k8up.fullname" . }}-executor'
77
labels:
88
{{- include "k8up.labels" . | nindent 4 }}
99
rules:

0 commit comments

Comments
 (0)