We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5f50d commit ee4db07Copy full SHA for ee4db07
README.md
@@ -1,12 +1,10 @@
1
# helmtrans
2
-yaml to helm
+Yaml to helm
3
4
## Usage:
5
6
### Yaml to Helm
7
8
-help:
9
-
10
```sh
11
➜ helmtrans -h
12
@@ -24,7 +22,7 @@ Flags:
24
22
-h, --help help for helmtrans
25
23
```
26
27
+use yamltohelm command
28
29
30
helmtrans yamltohelm -p [source path] -o [output path]
@@ -34,7 +32,7 @@ helmtrans yamltohelm -p [source path] -o [output path]
34
32
35
33
### Helm to Yaml
36
37
-you can use **schelm**[https://github.com/databus23/schelm] to render a helm manifest to a directory.
+you can use [**schelm**](https://github.com/databus23/schelm) to render a helm manifest to a directory.
38
39
## Maintainer
40
- [email protected]
0 commit comments