Skip to content

Commit

Permalink
Merge pull request #51 from puzzle/fix-variable-error
Browse files Browse the repository at this point in the history
fix variable that went missing
  • Loading branch information
Pidu2 authored Oct 17, 2024
2 parents 7ceb198 + fad72af commit 613b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-dnsimple/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rules:
verbs:
- 'create'
---
apiVersion: {{ $RBACAPIVersion }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "dnsimple-webhook.fullname" . }}:domain-solver
Expand Down

0 comments on commit 613b615

Please sign in to comment.