Skip to content

Commit

Permalink
align with openyurt helm charts from commit a4a7e4c5440480928d102c7b5…
Browse files Browse the repository at this point in the history
…75c1a3aef423bd9
  • Loading branch information
openyurt-bot committed Feb 10, 2025
1 parent e085b76 commit cf8cf8c
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions charts/yurt-manager/templates/yurt-manager-auto-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ metadata:
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: yurt-manager-delegate-lease-controller
namespace: {{ .Release.Namespace }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: yurt-manager-gateway-dns-controller
namespace: {{ .Release.Namespace }}
Expand Down Expand Up @@ -331,25 +325,6 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: yurt-manager-delegate-lease-controller
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- update
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: yurt-manager-gateway-dns-controller
rules:
Expand Down Expand Up @@ -992,19 +967,6 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: yurt-manager-delegate-lease-controller-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: yurt-manager-delegate-lease-controller
subjects:
- kind: ServiceAccount
name: yurt-manager-delegate-lease-controller
namespace: {{ .Release.Namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: yurt-manager-gateway-dns-controller-binding
roleRef:
Expand Down

0 comments on commit cf8cf8c

Please sign in to comment.