Skip to content

Commit

Permalink
Add CLI example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Oct 10, 2019
1 parent b2f52a4 commit 937a169
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Examples
# Konjure Examples

## Example Usage

* [Helm Generator](helm.md)
* [Jsonnet Generator](jsonnet.md)

## Kustomize vs. CLI

These examples all use Konjure as a Kustomize executable plugin. While this is preferred way to use Konjure, all of the generators and transformers can also be used without Kustomize through direct invocation of the `konjure` binary.

For example, the Helm Generator example can be run directly from the CLI using:

```sh
konjure helm --name elasticsearch --version 1.31.1 --set data.replicas=3 stable/elasticsearch
```

0 comments on commit 937a169

Please sign in to comment.