File tree 2 files changed +20
-12
lines changed
2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!-- BEGIN_DOCS -->
2
- <a name =" readme-top " ></a >
3
-
4
2
<div align =" center " >
5
3
4
+ <a name =" readme-top " ></a >
5
+
6
6
<img alt =" header " src =" https://github.com/lpsm-dev/lpsm-dev/blob/02421b0d81397fe8df3ab40e21752b8d0bb9105f/.github/assets/kubernetes.gif " width =" 300 " />
7
7
8
- < h1 > Kubernetes Metacontroller</ h1 >
8
+ ## Kubernetes Metacontroller
9
9
10
10
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( https://www.conventionalcommits.org/en/v1.0.0/ )
11
11
[ ![ Semantic Release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://semantic-release.gitbook.io/semantic-release/usage/configuration )
12
12
[ ![ Built with Devbox] ( https://jetpack.io/img/devbox/shield_galaxy.svg )] ( https://jetpack.io/devbox/docs/contributor-quickstart/ )
13
13
14
- Uma demonstração simples de como criar recursos personalizados no Kubernetes com o Metacontroller.
14
+ Hello Human 👽!
15
+
16
+ Bem-vindo ao meu repositório 👋
17
+
18
+ Aqui, realizo uma demonstração simples de como criar recursos personalizados no Kubernetes com o Metacontroller.
19
+
20
+ [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( https://www.conventionalcommits.org/en/v1.0.0/ )
21
+ [ ![ Semantic Release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://semantic-release.gitbook.io/semantic-release/usage/configuration )
22
+ [ ![ Built with Devbox] ( https://jetpack.io/img/devbox/shield_galaxy.svg )] ( https://jetpack.io/devbox/docs/contributor-quickstart/ )
15
23
16
24
</div >
17
25
Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ tasks:
20
20
silent : true
21
21
aliases : [commands]
22
22
cmds :
23
- - task --list
23
+ - task --list
24
24
25
25
clear :
26
26
cmds :
27
- - sleep 0.1 && {{.CLEAR}}
27
+ - sleep 0.1 && {{.CLEAR}}
28
28
29
29
gitleaks :
30
30
desc : Detect secrets in git repo using gitleaks
31
31
preconditions :
32
- - sh : which gitleaks
33
- msg : gitleaks {{.PATH_ERROR}}
32
+ - sh : which gitleaks
33
+ msg : gitleaks {{.PATH_ERROR}}
34
34
cmds :
35
- - gitleaks detect --source={{.ROOT_DIR}} --verbose
35
+ - gitleaks detect --source={{.ROOT_DIR}} --verbose
36
36
37
37
yamllint :
38
38
desc : Run a linter for all YAML files
39
39
preconditions :
40
- - sh : which yamllint
41
- msg : yamllint {{.PATH_ERROR}}
40
+ - sh : which yamllint
41
+ msg : yamllint {{.PATH_ERROR}}
42
42
cmds :
43
- - yamllint --config-file={{.ROOT_DIR}}/.github/config/.yamllint.yaml .
43
+ - yamllint --config-file={{.ROOT_DIR}}/.github/config/.yamllint.yaml .
You can’t perform that action at this time.
0 commit comments