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
**For greater detail on running from examples (they assumes you've ran [helm template](https://helm.sh/docs/helm/helm_template/), see the [resource example](examples/resources/README.md))**
214
214
215
215
Input file:
216
+
216
217
```yaml
217
218
helmizer:
218
219
preCommands:
@@ -236,11 +237,13 @@ kustomize:
236
237
```
237
238
238
239
Helmize-ify it:
240
+
239
241
```bash
240
242
helmizer ./examples/resources/helmizer.yaml
241
243
```
242
244
243
245
Output - enumerating the files within the specified directory:
246
+
244
247
```yaml
245
248
apiVersion: kustomize.config.k8s.io/v1beta1
246
249
kind: Kustomization
@@ -289,8 +292,7 @@ The `cert-manager` **Helm** chart is used for examples for its small scope. Here
289
292
290
293
---
291
294
292
-
Which looks easier to write/maintain through future chart updates for the [Prometheus Operator/kube-prometheus-stack](), this helmizer.yaml?
293
-
295
+
Which looks easier to write/maintain through future chart updates for the **Prometheus Operator/kube-prometheus-stack**, this helmizer.yaml?
0 commit comments