Skip to content

Commit 613b615

Browse files
authored
Merge pull request #51 from puzzle/fix-variable-error
fix variable that went missing
2 parents 7ceb198 + fad72af commit 613b615

File tree

1 file changed

+1
-1
lines changed
  • charts/cert-manager-webhook-dnsimple/templates

1 file changed

+1
-1
lines changed

charts/cert-manager-webhook-dnsimple/templates/rbac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rules:
7070
verbs:
7171
- 'create'
7272
---
73-
apiVersion: {{ $RBACAPIVersion }}
73+
apiVersion: rbac.authorization.k8s.io/v1
7474
kind: ClusterRoleBinding
7575
metadata:
7676
name: {{ include "dnsimple-webhook.fullname" . }}:domain-solver

0 commit comments

Comments
 (0)