Skip to content

Commit

Permalink
fixup! Add fine-grain ingress DNS control through CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jamet committed Nov 29, 2024
1 parent d6af9d1 commit 4f02bb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helm-chart/traffic-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ metadata:
namespace: {{ .Release.Namespace }}
name: "{{ .Release.Name }}-leader-election-role"
rules:
- apiGroups:
- ingress.adevinta.com
resources:
- "clusteringressservicednsweights"
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 4f02bb7

Please sign in to comment.