mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
Merge pull request #51 from puzzle/fix-variable-error
fix variable that went missing
This commit is contained in:
commit
613b615958
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- 'create'
|
- 'create'
|
||||||
---
|
---
|
||||||
apiVersion: {{ $RBACAPIVersion }}
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "dnsimple-webhook.fullname" . }}:domain-solver
|
name: {{ include "dnsimple-webhook.fullname" . }}:domain-solver
|
||||||
|
|
Loading…
Reference in a new issue