Skip to content

Commit

Permalink
#185 fix k8s-sa link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-dammeier committed Jul 24, 2024
1 parent 71634c0 commit c841d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ roleRef:
name: '{{ include "k8s-dogu-operator.name" . }}-manager-role'
subjects:
- kind: ServiceAccount
name: '{{ include "k8s-dogu-operator.name" . }}-controller-manager'
name: '{{ include "k8s-dogu-operator.name" . }}-sa'
namespace: '{{ .Release.Namespace }}'

0 comments on commit c841d4e

Please sign in to comment.