Merge pull request #51 from puzzle/fix-variable-error

fix variable that went missing
This commit is contained in:
Beat Schärz 2024-10-17 13:34:16 +02:00 committed by GitHub
commit 613b615958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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