Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent 0792065 commit 51f8214
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions kubernetes/system/external-dns/base/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ metadata:
namespace: external-dns
rules:
- apiGroups: [""]
resources: ["services","endpoints","pods"]
resources: ["services"]
verbs: ["get","watch","list"]
- apiGroups: ["extensions","networking.k8s.io"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get","watch","list"]
- apiGroups: ["networking","networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list", "watch"]
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get","watch","list"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 51f8214

Please sign in to comment.