mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 20:51:14 +00:00
14 lines
383 B
YAML
14 lines
383 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: kyverno
|
|
resources:
|
|
- namespace.yaml
|
|
- repository.yaml
|
|
- release.yaml
|
|
# ClusterPolicy that strips CPU requests for emergency relief (toggleable).
|
|
# See policy-strip-cpu-requests.yaml header for the toggle instructions.
|
|
- policy-strip-cpu-requests.yaml
|
|
configurations:
|
|
- kustomizeconfig.yaml
|