Skip to content

Commit

Permalink
PM + CO Feedback Incorporated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokdevtron committed Aug 23, 2024
1 parent a9e36c6 commit da97920
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Temporarily marking a node as unschedulable, preventing new pods from being assi

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)

### Custom Charts
### Deployment Charts

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)
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)

### DaemonSet

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/creating-application/deployment-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users need to have [Admin role](../user-guide/global-configurations/authorizatio

{% hint style="warning" %}
### Note
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).
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).
{% endhint %}

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

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

### From Custom Charts
### From Deployment Charts

{% hint style="warning" %}
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).
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guide/global-configurations/deployment-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The above command will create a `my-custom-chart-0.1.0.tgz` file.
---
## Uploading a Custom Chart
## Uploading a Deployment Chart
> A custom chart can only be uploaded by a super admin.
Expand Down Expand Up @@ -146,7 +146,7 @@ The following are the validation results:
---
## Viewing Custom Charts
## Viewing Deployment Charts
> All users can view the custom charts.
Expand All @@ -159,7 +159,7 @@ To view the list of available custom charts, go to **Global Configurations →
---
## Using Custom Chart in Application
## Using Deployment Chart in Application
The custom charts can be used from the [Deployment Template](../creating-application/deployment-template.md) section.
Expand Down

0 comments on commit da97920

Please sign in to comment.