generated from kubewarden/go-policy-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathartifacthub-pkg.yml
56 lines (56 loc) · 1.95 KB
/
artifacthub-pkg.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Kubewarden Artifacthub Package config
#
# Use this config to submit the policy to https://artifacthub.io.
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.4
name: rancher-project-quotas-namespace-validator
displayName: Rancher Project quotas namespace validator
createdAt: 2023-10-16T08:02:13.321510938Z
description: Prevent the creation of Namespace under a Rancher Project that doesn't have any resource quota left
license: Apache-2.0
homeURL: https://github.com/kubewarden/rancher-project-quotas-namespace-validator
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.4
keywords:
- rancher
- project
- quotas
links:
- name: policy
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator/releases/download/v0.1.4/policy.wasm
- name: source
url: https://github.com/kubewarden/rancher-project-quotas-namespace-validator
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.4
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/rancher-project-quotas-namespace-validator:v0.1.4
```
maintainers:
- name: Kubewarden developers
email: [email protected]
provider:
name: kubewarden
recommendations:
- url: https://artifacthub.io/packages/helm/kubewarden/kubewarden-controller
annotations:
kubewarden/contextAwareResources: |
- apiVersion: management.cattle.io/v3
kind: Project
kubewarden/mutation: 'false'
kubewarden/resources: management.cattle.io/Project
kubewarden/rules: |
- apiGroups:
- ''
apiVersions:
- v1
resources:
- namespace
operations:
- CREATE