Skip to content

Commit

Permalink
fix flowcontrol rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
RunnerM committed Sep 27, 2022
1 parent 981fe73 commit 4626c5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified deploy/simply-dns-webhook-1.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion deploy/simply-dns-webhook/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ roleRef:
subjects:
- apiGroup: ""
kind: ServiceAccount
name: {{ .Values.certManager.serviceAccountName }}
name: {{ include "simply-dns-webhook.fullname" . }}
namespace: {{ .Values.certManager.namespace }}
---
# Grant access to get secrets
Expand Down

0 comments on commit 4626c5d

Please sign in to comment.