You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
3
3
-[About](#about)
4
4
-[Usage](#usage)
5
+
-[CLI](#cli)
5
6
-[Configuration](#configuration)
6
7
-[Installation](#installation)
7
8
-[Linux](#linux)
9
+
-[Docker](#docker)
10
+
-[In your Docker Image](#in-your-docker-image)
8
11
-[Windows](#windows)
9
12
-[Run](#run)
10
13
-[Examples](#examples)
@@ -18,7 +21,7 @@
18
21
19
22
Generates a `kustomization.yaml` file, optionally providing the ability to run commands (e.g. `helm template`) on your OS prior to generating a kustomization, and will compose the kustomization fields that deal with file paths (e.g. `resources`) with glob-like features, as well as pass-through all other kustomization configuration properties. No need to explicitly enumerate every file to be 'kustomized' individually.
20
23
21
-
Takes a config file as input, telling **Helmizer** if you want to run any commands. Then if you give it one or more directories for `crds`/`components`/`patchesStrategicMerge`/`resources`, it will recursively lookup all of those files and render them into your kustomization.yaml. Want to skip including one file like `templates/secret.yaml`? Just add the relative path to `helmizer.ignore` to `helmizer.yaml`.
24
+
`helmizer` takes a config file as input, telling **Helmizer** if you want to run any commands. Then if you give it one or more directories for `crds`/`components`/`patchesStrategicMerge`/`resources`, it will recursively lookup all of those files and render them into your kustomization.yaml. Want to skip including one file like `templates/secret.yaml`? Just add the relative path to `helmizer.ignore` to `helmizer.yaml`.
22
25
23
26
---
24
27
@@ -32,6 +35,8 @@ I began transitioning my `helm` charts to local manifests via [`helm template`](
0 commit comments