Skip to content

Commit 2b1616a

Browse files
committed
Updata artifacthub-pkg.yaml
1 parent 821202b commit 2b1616a

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`deamon-require-aws-node-irsa` is a KCL validation package to validate services of type LoadBalancer when deployed inside AWS have support for transport encryption if it is enabled via an annotation. This policy requires that Services of type LoadBalancer contain the annotation `service.beta.kubernetes.io/aws-load-balancer-ssl-cert` with some value.
4+
5+
## Resource
6+
7+
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/deamon-require-aws-node-irsa)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: deamon-require-aws-node-irsa
3+
displayName: deamon-require-aws-node-irsa
4+
createdAt: "2023-11-09T11:49:04Z"
5+
description: '`deamon-require-aws-node-irsa` is a kcl validation package'
6+
links:
7+
- name: KCL homepage
8+
url: https://kcl-lang.io/
9+
- name: KCL repo
10+
url: https://github.com/kcl-lang/kcl
11+
install: |
12+
#### Add `deamon-require-aws-node-irsa` with tag `0.1.0` as dependency
13+
```
14+
kpm add deamon-require-aws-node-irsa:0.1.0
15+
```
16+
17+
#### Pull `deamon-require-aws-node-irsa` with tag `0.1.0` to local
18+
```
19+
kpm pull deamon-require-aws-node-irsa:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Introduction
2+
3+
## Resource
4+
5+
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/svc-require-encryption-aws-loadbalancers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: svc-require-encryption-aws-loadbalancers
3+
displayName: svc-require-encryption-aws-loadbalancers
4+
createdAt: "2023-11-09T11:49:06Z"
5+
description: '`svc-require-encryption-aws-loadbalancers` is a kcl validation package'
6+
links:
7+
- name: KCL homepage
8+
url: https://kcl-lang.io/
9+
- name: KCL repo
10+
url: https://github.com/kcl-lang/kcl
11+
install: |
12+
#### Add `svc-require-encryption-aws-loadbalancers` with tag `0.1.0` as dependency
13+
```
14+
kpm add svc-require-encryption-aws-loadbalancers:0.1.0
15+
```
16+
17+
#### Pull `svc-require-encryption-aws-loadbalancers` with tag `0.1.0` to local
18+
```
19+
kpm pull svc-require-encryption-aws-loadbalancers:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)