Skip to content

Commit 43e4ced

Browse files
committed
Updata artifacthub-pkg.yaml
1 parent c35cf17 commit 43e4ced

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Introduction
2+
3+
`add-rolebinding` is a KCL mutation module.
4+
5+
## Resource
6+
7+
The Code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/add-rolebinding)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.0
2+
name: add-rolebinding
3+
displayName: add-rolebinding
4+
createdAt: "2023-11-09T13:56:06Z"
5+
description: '`add-rolebinding` is a KCL mutation module.'
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 `add-rolebinding` with tag `0.1.0` as dependency
13+
```
14+
kpm add add-rolebinding:0.1.0
15+
```
16+
17+
#### Pull `add-rolebinding` with tag `0.1.0` to local
18+
```
19+
kpm pull add-rolebinding:0.1.0
20+
```
21+
maintainers:
22+
- name: kcl-lang.io
23+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)