Skip to content

Commit

Permalink
Merge pull request #12 from deorder/patch-1
Browse files Browse the repository at this point in the history
Fix no matches for kind "ClusterRoleBinding", still using v1beta1
  • Loading branch information
vintikzzz authored Nov 5, 2021
2 parents 4f4b58d + 3b54331 commit 66f637e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dnslb/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rules:
resources: ["ingresses"]
verbs: ["list"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
Expand All @@ -39,4 +39,4 @@ subjects:
- kind: ServiceAccount
name: default
namespace: {{ .Release.Namespace }}
{{- end -}}
{{- end -}}

0 comments on commit 66f637e

Please sign in to comment.