Skip to content

Commit 5564e10

Browse files
committed
remove old bitnami tutorials
1 parent de8c130 commit 5564e10

File tree

42 files changed

+2
-2993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2
-2993
lines changed

docs/reference/template-functions-examples.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,4 @@ The following topics include additional examples of using KOTS template function
440440
* [Add Status Informers](/vendor/admin-console-display-app-status#add-status-informers) in _Adding Resource Status Informers_
441441
* [Conditionally Including or Excluding Resources](/vendor/packaging-include-resources)
442442
* [Example: Including Optional Helm Charts](/vendor/helm-optional-charts)
443-
* [Example: Adding Database Configuration Options](/vendor/tutorial-adding-db-config)
444-
* [Templating Annotations](/vendor/resources-annotations-templating)
445-
* [Tutorial: Set Helm Chart Values with KOTS](/vendor/tutorial-config-setup)
443+
* [Templating Annotations](/vendor/resources-annotations-templating)

docs/vendor/config-screen-map-inputs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ The `values.yaml` file in a Helm chart defines parameters that are specific to e
9797

9898
To map the values that your users provide in the Admin Console configuration screen to your Helm chart `values.yaml` file, you create a HelmChart custom resource.
9999

100-
For a tutorial that shows how to set values in a sample Helm chart during installation with KOTS, see [Set Helm Chart Values with KOTS](/vendor/tutorial-config-setup).
101-
102100
To map user inputs from the configuration screen to the `values.yaml` file:
103101

104102
1. In the [Vendor Portal](https://vendor.replicated.com/apps), click **Releases**. Then, click **View YAML** next to the desired release.

docs/vendor/helm-optional-value-keys.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import TabItem from '@theme/TabItem';
1111

1212
This topic describes how to use the Replicated KOTS HelmChart custom resource to set and delete values in `values.yaml` files for Helm charts deployed with Replicated KOTS.
1313

14-
For a tutorial that demonstrates how to set Helm values in a sample Helm chart using the KOTS HelmChart custom resource, see [Tutorial: Set Helm Chart Values with KOTS](/vendor/tutorial-config-setup).
15-
1614
## Overview
1715

1816
The KOTS HelmChart custom resource [`values`](/reference/custom-resource-helmchart-v2#values) and [`optionalValues`](/reference/custom-resource-helmchart-v2#optionalvalues) keys create a mapping between KOTS and the `values.yaml` file for the corresponding Helm chart. This allows you to set or delete Helm values during installation or upgrade with KOTS, without having to make any changes to the Helm chart itself.

docs/vendor/tutorial-adding-db-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is split into 5 sections:
1616

1717
This guide assumes you have:
1818

19-
* A running instance of the Replicated Admin Console (`kotsadm`) to iterate against in either an existing cluster or an embedded cluster created with Replicated kURL. If you do not have a running instance of the Admin Console in an existing or kURL cluster, complete the [Install with KOTS in an Existing Cluster](tutorial-cli-setup) tutorial to package and install a sample application.
19+
* A running instance of the Replicated Admin Console (`kotsadm`) to iterate against in either an existing cluster or an embedded cluster created with Replicated kURL.
2020
* A local git checkout of your application manifests.
2121

2222
### Accompanying Code Examples

docs/vendor/tutorial-cli-create-app.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/vendor/tutorial-cli-create-customer.mdx

Lines changed: 0 additions & 106 deletions
This file was deleted.

docs/vendor/tutorial-cli-create-new-version.mdx

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)