Skip to content

Commit

Permalink
Updata artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent 7057deb commit 6e48ce8
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`nginx-ingress-restrict-annotations` is a KCL validation module.

## Resource

The Code source and document are [here](https://github.com/kcl-lang/modules/tree/main/nginx-ingress/nginx-ingress-restrict-annotations)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: nginx-ingress-restrict-annotations
displayName: nginx-ingress-restrict-annotations
createdAt: "2023-11-13T13:21:29Z"
description: '`nginx-ingress-restrict-annotations` is a KCL validation module'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `nginx-ingress-restrict-annotations` with tag `0.1.0` as dependency
```
kpm add nginx-ingress-restrict-annotations:0.1.0
```
#### Pull `nginx-ingress-restrict-annotations` with tag `0.1.0` to local
```
kpm pull nginx-ingress-restrict-annotations:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`nginx-ingress-restrict-paths` is a KCL validation module.

## Resource

The Code source and documents are [here](https://github.com/kcl-lang/modules/tree/main/nginx-ingress/nginx-ingress-restrict-paths)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.1.0
name: nginx-ingress-restrict-paths
displayName: nginx-ingress-restrict-paths
createdAt: "2023-11-13T13:21:30Z"
description: '`nginx-ingress-restrict-paths` is a KCL validation module'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `nginx-ingress-restrict-paths` with tag `0.1.0` as dependency
```
kpm add nginx-ingress-restrict-paths:0.1.0
```
#### Pull `nginx-ingress-restrict-paths` with tag `0.1.0` to local
```
kpm pull nginx-ingress-restrict-paths:0.1.0
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 6e48ce8

Please sign in to comment.