Skip to content

Commit eba1431

Browse files
committed
fix: remove rbac patch
1 parent 2a0fdeb commit eba1431

4 files changed

Lines changed: 1 addition & 59 deletions

File tree

config/agent/kustomization.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,3 @@ images:
1919
- name: ghcr.io/datum-cloud/dns-operator
2020
newName: ghcr.io/datum-cloud/dns-operator
2121
newTag: latest
22-
23-
patches:
24-
- target:
25-
group: rbac.authorization.k8s.io
26-
version: v1
27-
kind: ClusterRoleBinding
28-
name: manager-rolebinding
29-
patch: |-
30-
- op: replace
31-
path: /subjects/0/namespace
32-
value: dns-agent-system
33-
- target:
34-
group: rbac.authorization.k8s.io
35-
version: v1
36-
kind: RoleBinding
37-
name: leader-election-rolebinding
38-
patch: |-
39-
- op: replace
40-
path: /subjects/0/namespace
41-
value: dns-agent-system

internal/controller/dnsrecordset_downstream_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (r *DNSRecordSetReconciler) Reconcile(ctx context.Context, req ctrl.Request
149149
// Requeue so we continue with a stable/latest object copy
150150
return ctrl.Result{}, nil
151151
}
152-
152+
153153
// If the zone is deleting, do not attempt to program PDNS for this recordset
154154
if !zone.DeletionTimestamp.IsZero() {
155155
return ctrl.Result{}, nil

test/e2e/kubeconfig-downstream

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/e2e/kubeconfig-upstream

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)