Skip to content

Commit

Permalink
Merge pull request #112 from vultr/Fix-SA-Issue
Browse files Browse the repository at this point in the history
Fixed SA Reference
  • Loading branch information
happytreees authored Jul 13, 2023
2 parents 1d94a78 + 7a13fd8 commit 63236ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-vultr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sources:
- https://github.com/vultr/cert-manager-webhook-vultr
description: A Helm chart for the Vultr Cert-Manager webhook
name: cert-manager-webhook-vultr
version: 0.4.0
version: 0.4.1
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-vultr/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ roleRef:
subjects:
- apiGroup: ""
kind: ServiceAccount
name: {{ .Values.certManager.serviceAccountName }}
name: {{ include "cert-manager-webhook-vultr.fullname" . }}

0 comments on commit 63236ae

Please sign in to comment.