Skip to content

Commit

Permalink
update example on website
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Jul 13, 2020
1 parent f46020b commit 9bd6f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/kapp/website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ <h2>Features</h2>
<h2>Basic Usage</h2>
<pre class="terminal">
<span class="gray"># Configurations picked up from a directory</span>
$ <span class="green">kapp deploy -a cass1 -f examples/cassandra/</span>
$ <span class="green">kapp deploy -a my-app -f ./examples/simple-app-example/config-1.yml</span>
<span class="gray spacer-before"># Can be used with helm charts, removing need for Tiller</span>
$ <span class="green">kapp -y deploy -a my-chart -f</span> &lt;(helm template my-chart --values my-vals.yml)
<span class="gray spacer-before"># ... and with kustomize</span>
$ <span class="green">kapp -y deploy -a some-app -f</span> &lt;(kustomize build ./some-app)
$ <span class="green">kapp -y deploy -a my-app -f</span> &lt;(kustomize build ./my-app)
<span class="gray spacer-before"># ... or templated with ytt</span>
$ <span class="green">kapp -y deploy -a some-app -f</span> &lt;(ytt -f ./some-app)</pre>
$ <span class="green">kapp -y deploy -a my-app -f</span> &lt;(ytt -f ./examples/simple-app-example/config-1.yml)</pre>
</div>

<div id="playground">
Expand Down

0 comments on commit 9bd6f1d

Please sign in to comment.