Skip to content

Commit fad72af

Browse files
committed
fix variable that went missing
1 parent 7ceb198 commit fad72af

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)