Skip to content

Commit

Permalink
Remove tui prompt from helm command
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
tamalsaha committed Dec 11, 2023

Verified

This commit was signed with the committer’s verified signature.
Trenly Kaleb Luedtke
1 parent 6c66024 commit 068a459
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/datasheet/list.html
Original file line number Diff line number Diff line change
@@ -161,7 +161,7 @@ <h3 class="mb-16">Features</h3>
<span class="action maximize"></span>
<span class="action minimize"></span>
</div>
{{ highlight (printf `$ helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
{{ highlight (printf `helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
--version %s \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \
2 changes: 1 addition & 1 deletion layouts/features/single.html
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ <h1>{{ $featuresData.title }}</h1>
<span class="action maximize"></span>
<span class="action minimize"></span>
</div>
{{ highlight (printf `$ helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
{{ highlight (printf `helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
--version %s \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ <h1> {{ $p.tagline | safeHTML }}</h1>
<span class="action maximize"></span>
<span class="action minimize"></span>
</div>
{{ highlight (printf `$ helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
{{ highlight (printf `helm install kubedb oci://ghcr.io/appscode-charts/kubedb \
--version %s \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \

0 comments on commit 068a459

Please sign in to comment.