Update terminology 'Apps' vs 'Apps & Marketplace'

'Apps' applies to Rancher v2.6.5+
'Apps & Marketplace' applies to v2.6.0-v2.6.4
Ref: https://github.com/rancher/dashboard/pull/5489
This commit is contained in:
Billy Tat
2022-12-08 17:00:32 -08:00
parent 37e2e6e63b
commit 6eb75c1d21
48 changed files with 472 additions and 67 deletions
@@ -142,12 +142,27 @@ The YAML provided here will be directly appended to your receiver within the Ale
The Teams receiver is not a native receiver and must be enabled before it can be used. You can enable the Teams receiver for a Rancher managed cluster by going to the Apps page and installing the rancher-alerting-drivers app with the Teams option selected.
<Tabs groupId="rancher-version">
<TabItem value="Rancher v2.6.5+">
1. In the Rancher UI, go to the cluster where you want to install rancher-alerting-drivers and click **Apps**.
1. Click the **Alerting Drivers** app.
1. Click the **Helm Deploy Options** tab.
1. Select the **Teams** option and click **Install**.
1. Take note of the namespace used as it will be required in a later step.
</TabItem>
<TabItem value="Rancher before v2.6.5">
1. In the Rancher UI, go to the cluster where you want to install rancher-alerting-drivers and click **Apps & Marketplace**.
1. Click the **Alerting Drivers** app.
1. Click the **Helm Deploy Options** tab.
1. Select the **Teams** option and click **Install**.
1. Take note of the namespace used as it will be required in a later step.
</TabItem>
</Tabs>
### Configure the Teams Receiver
The Teams receiver can be configured by updating its ConfigMap. For example, the following is a minimal Teams receiver configuration.