Skip to content

Commit

Permalink
Merge pull request #4 from Diaphteiros/pr
Browse files Browse the repository at this point in the history
fix clusterrolebinding
  • Loading branch information
munnerz authored May 8, 2019
2 parents 3fa162c + f556713 commit 70e523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/example-webhook/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cert-manager:domain-solver
name: {{ include "example-webhook.fullname" . }}:domain-solver
subjects:
- apiGroup: ""
kind: ServiceAccount
Expand Down

0 comments on commit 70e523c

Please sign in to comment.