mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(k8s-ycl): Exclude kube-system
This commit is contained in:
parent
2f5cfc139f
commit
48a6214766
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
description: Kubernetes admission controller to remove CPU limits from Pods.
|
||||
name: k8s-ycl
|
||||
version: 0.1.0
|
||||
appVersion: 0.1.0
|
||||
appVersion: v0.1.0
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
sources:
|
||||
- https://github.com/bjw-s/k8s-ycl
|
||||
|
|
|
@ -16,6 +16,7 @@ webhooks:
|
|||
- key: kubernetes.io/metadata.name
|
||||
operator: NotIn
|
||||
values:
|
||||
- kube-system
|
||||
- {{ .Release.Namespace | quote }}
|
||||
clientConfig:
|
||||
service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue