mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 14:25:49 +02:00
fix variable that went missing
This commit is contained in:
parent
7ceb198f41
commit
fad72afdc2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue