Skip to content

Commit

Permalink
fix: unique executor clusterrole name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgounon committed Feb 19, 2024
1 parent faf3001 commit e4de2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8up/templates/executor-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: 'k8up-executor'
name: '{{ include "k8up.fullname" . }}-executor'
labels:
{{- include "k8up.labels" . | nindent 4 }}
rules:
Expand Down

0 comments on commit e4de2ab

Please sign in to comment.