Skip to content

Commit

Permalink
align with openyurt helm charts from commit 0e6c0d448a98957d8336e4ab8…
Browse files Browse the repository at this point in the history
…d84791d06555a9e
  • Loading branch information
openyurt-bot committed Feb 4, 2025
1 parent b125f3e commit 92564e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 256 deletions.
153 changes: 0 additions & 153 deletions charts/yurt-manager/crds/apps.openyurt.io_yurtappoverriders.yaml

This file was deleted.

103 changes: 0 additions & 103 deletions charts/yurt-manager/templates/yurt-manager-auto-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ metadata:
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: yurt-manager-yurt-app-overrider-controller
namespace: {{ .Release.Namespace }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: yurt-manager-yurt-app-set-controller
namespace: {{ .Release.Namespace }}
Expand Down Expand Up @@ -206,7 +200,6 @@ rules:
- nodebuckets
- nodepools
- yurtappdaemons
- yurtappoverriders
- yurtappsets
- yurtstaticsets
verbs:
Expand Down Expand Up @@ -810,26 +803,6 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: yurt-manager-yurt-app-overrider-controller
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- update
- apiGroups:
- apps.openyurt.io
resources:
- yurtappdaemons
- yurtappoverriders
- yurtappsets
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: yurt-manager-yurt-app-set-controller
rules:
Expand Down Expand Up @@ -1186,19 +1159,6 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: yurt-manager-yurt-app-overrider-controller-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: yurt-manager-yurt-app-overrider-controller
subjects:
- kind: ServiceAccount
name: yurt-manager-yurt-app-overrider-controller
namespace: {{ .Release.Namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: yurt-manager-yurt-app-set-controller-binding
roleRef:
Expand Down Expand Up @@ -1241,26 +1201,6 @@ kind: MutatingWebhookConfiguration
metadata:
name: yurt-manager-mutating-webhook-configuration
webhooks:
- admissionReviewVersions:
- v1
clientConfig:
service:
name: yurt-manager-webhook-service
namespace: {{ .Release.Namespace }}
path: /mutate-apps-v1-deployment
failurePolicy: Ignore
name: mutate.apps.v1.deployment
rules:
- apiGroups:
- apps
apiVersions:
- v1
operations:
- CREATE
- UPDATE
resources:
- deployments
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
Expand Down Expand Up @@ -1401,27 +1341,6 @@ webhooks:
resources:
- yurtappdaemons
sideEffects: None
- admissionReviewVersions:
- v1
- v1beta1
clientConfig:
service:
name: yurt-manager-webhook-service
namespace: {{ .Release.Namespace }}
path: /mutate-apps-openyurt-io-v1alpha1-yurtappoverrider
failurePolicy: Fail
name: mutate.apps.v1alpha1.yurtappoverrider.openyurt.io
rules:
- apiGroups:
- apps.openyurt.io
apiVersions:
- v1alpha1
operations:
- CREATE
- UPDATE
resources:
- yurtappoverriders
sideEffects: None
- admissionReviewVersions:
- v1
- v1beta1
Expand Down Expand Up @@ -1573,28 +1492,6 @@ webhooks:
resources:
- yurtappdaemons
sideEffects: None
- admissionReviewVersions:
- v1
- v1beta1
clientConfig:
service:
name: yurt-manager-webhook-service
namespace: {{ .Release.Namespace }}
path: /validate-apps-openyurt-io-v1alpha1-yurtappoverrider
failurePolicy: Fail
name: validate.apps.v1alpha1.yurtappoverrider.openyurt.io
rules:
- apiGroups:
- apps.openyurt.io
apiVersions:
- v1alpha1
operations:
- CREATE
- UPDATE
- DELETE
resources:
- yurtappoverriders
sideEffects: None
- admissionReviewVersions:
- v1
- v1beta1
Expand Down

0 comments on commit 92564e6

Please sign in to comment.