fix(k8s-ycl): Exclude kube-system

This commit is contained in:
Bernd Schorgers 2023-07-27 19:49:53 +02:00
parent 2f5cfc139f
commit 48a6214766
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -16,6 +16,7 @@ webhooks:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
- kube-system
- {{ .Release.Namespace | quote }}
clientConfig:
service: