Skip to content

Commit da97920

Browse files
committed
PM + CO Feedback Incorporated
1 parent a9e36c6 commit da97920

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/reference/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Temporarily marking a node as unschedulable, preventing new pods from being assi
6464

6565
CronJob is used to create Jobs on a repeating schedule. It is commonly used for running periodic tasks with no manual intervention. In Devtron, you can view a list of cronjobs by going to Resource Browser → (choose a cluster) → Workloads → CronJob. [Read More...](../user-guide/creating-application/deployment-template/job-and-cronjob.md#2.-cronjob)
6666

67-
### Custom Charts
67+
### Deployment Charts
6868

69-
Devtron offers a variety of ready-made Helm charts for common tasks and functions. If you have a specific need that isn't met by these preconfigured charts, super-admins have the permission to upload their own custom charts. Once uploaded, these custom charts become accessible for use by all users on the Devtron platform. [Read More...](../user-guide/global-configurations/deployment-charts.md)
69+
Devtron offers a variety of ready-made Helm charts for common tasks and functions. If you have a specific need that isn't met by these preconfigured charts, super-admins have the permission to upload their own charts. Once uploaded, these charts become accessible for use by all users on the Devtron platform. [Read More...](../user-guide/global-configurations/deployment-charts.md)
7070

7171
### DaemonSet
7272

docs/user-guide/creating-application/deployment-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Users need to have [Admin role](../user-guide/global-configurations/authorizatio
2323

2424
{% hint style="warning" %}
2525
### Note
26-
After you select and save a chart type for a given application, you won't be able to change it later. Make sure to choose the correct chart type before saving. You can select a chart from [Devtron Charts](#from-devtron-charts) or [Custom Charts](#from-custom-charts).
26+
After you select and save a chart type for a given application, you won't be able to change it later. Make sure to choose the correct chart type before saving. You can select a chart from [Devtron Charts](#from-devtron-charts) or other [Deployment Charts](#from-deployment-charts).
2727
{% endhint %}
2828

2929
### From Devtron Charts
@@ -37,7 +37,7 @@ You can select a default deployment chart from the following options:
3737

3838
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/creating-application/deployment-template/select-devtron-chart.gif)
3939

40-
### From Custom Charts
40+
### From Deployment Charts
4141

4242
{% hint style="warning" %}
4343
This option will be available only if a custom chart exists. If it doesn't, a user with `super admin` permission may upload one in [Global Configurations → Deployment Charts](../global-configurations/deployment-charts.md).

docs/user-guide/global-configurations/deployment-charts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The above command will create a `my-custom-chart-0.1.0.tgz` file.
101101
102102
---
103103
104-
## Uploading a Custom Chart
104+
## Uploading a Deployment Chart
105105
106106
> A custom chart can only be uploaded by a super admin.
107107
@@ -146,7 +146,7 @@ The following are the validation results:
146146
147147
---
148148
149-
## Viewing Custom Charts
149+
## Viewing Deployment Charts
150150
151151
> All users can view the custom charts.
152152
@@ -159,7 +159,7 @@ To view the list of available custom charts, go to **Global Configurations →
159159
160160
---
161161
162-
## Using Custom Chart in Application
162+
## Using Deployment Chart in Application
163163
164164
The custom charts can be used from the [Deployment Template](../creating-application/deployment-template.md) section.
165165

0 commit comments

Comments
 (0)