Merge pull request #1978 from mathlsj/disable-storage-plugin

disable StorageObjectInUseProtection admission plugin in charts
This commit is contained in:
karmada-bot 2022-06-10 10:26:06 +08:00 committed by GitHub
commit e10135aa8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ spec:
- --allow-privileged=true
- --authorization-mode=Node,RBAC
- --client-ca-file=/etc/kubernetes/pki/server-ca.crt
- --disable-admission-plugins=StorageObjectInUseProtection,ServiceAccount
- --enable-admission-plugins=NodeRestriction
- --enable-bootstrap-token-auth=true
{{- if eq .Values.etcd.mode "external" }}