You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/creating-application/deployment-template.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,11 @@ ReadinessProbe:
131
131
132
132
| Key | Description |
133
133
| :--- | :--- |
134
-
| `Path` | It define the path where the rediness needs to be checked. |
134
+
| `Path` | It define the path where the readiness needs to be checked. |
135
135
| `failureThreshold` | It defines the maximum number of failures that are acceptable before a given container is not considered as ready. |
136
136
| `initialDelaySeconds` | It defines the time to wait before a given container is checked for readiness. |
137
137
| `periodSeconds` | It defines the time to check a given container for readiness. |
138
-
| `successThreshold` | It defines the number of successes required before a given container is said to fulfil the rediness probe. |
138
+
| `successThreshold` | It defines the number of successes required before a given container is said to fulfill the readiness probe. |
139
139
| `timeoutSeconds` | It defines the time for checking timeout. |
140
140
| `httpHeader` | Custom headers to set in the request. HTTP allows repeated headers,You can override the default headers by defining .httpHeaders for the probe. |
141
141
| `scheme` | Scheme to use for connecting to the host (HTTP or HTTPS). Defaults to HTTP.
@@ -231,7 +231,7 @@ Specialized containers that run before app containers in a Pod. Init containers
231
231
```yaml
232
232
pauseForSecondsBeforeSwitchActive: 30
233
233
```
234
-
To wait for given period of time before swith active the container.
234
+
To wait for given period of time before switch active the container.
A service account provides an identity for the processes that run in a Pod.
476
476
477
-
When you access the cluster, you are authenticated by the apiserver as a particular User Account. Processes in containers inside pod can also contact the apiserver. When you are authenticated as a particular Service Account.
477
+
When you access the cluster, you are authenticated by the API server as a particular User Account. Processes in containers inside pod can also contact the API server. When you are authenticated as a particular Service Account.
478
478
479
479
When you create a pod, if you do not create a service account, it is automatically assigned the default service account in the namespace.
480
480
@@ -492,7 +492,7 @@ You can specify `maxUnavailable` and `minAvailable` in a `PodDisruptionBudget`.
492
492
493
493
With `minAvailable` of 1, evictions are allowed as long as they leave behind 1 or more healthy pods of the total number of desired replicas.
494
494
495
-
With `maxAvailable` of 1, evictions are allowed as long as atmost 1 unhealthy replica among the total number of desired replicas.
495
+
With `maxAvailable` of 1, evictions are allowed as long as at most 1 unhealthy replica among the total number of desired replicas.
Copy file name to clipboardExpand all lines: docs/user-guide/creating-application/git-material.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Note:
29
29
30
30
## 3. Checkout Path
31
31
32
-
After clicking on checbox, git checkout path field appears. The git checkout path is the directory where your code is pulled or cloned for the repository you specified in the previous step.
32
+
After clicking on checkbox, git checkout path field appears. The git checkout path is the directory where your code is pulled or cloned for the repository you specified in the previous step.
33
33
34
34
This field is optional in case of a single git repository application and you can leave the path as default. Devtron assigns a directory by itself when the field is left blank. The default value of this field is `./`
Copy file name to clipboardExpand all lines: docs/user-guide/creating-application/secrets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ There are five Data types that you can use to save your secret.
29
29
***Kubernetes External Secret**: The secret data of your application is fetched by Devtron externally. Then the Kubernetes External Secret is converted to Kubernetes Secret.
30
30
***AWS Secret Manager**: The secret data of your application is fetched from AWS Secret Manager and then converted to Kubernetes Secret from AWS Secret.
31
31
***AWS System Manager**: The secret data for your application is fetched from AWS System Secret Manager and all the secrets stored in AWS System Manager are converted to Kubernetes Secret.
32
-
***Hashi Corp Vault**: The secret data for your application is fetched from Hashi Corp Vault and the secrets stored in Harshi Corp Vault are converted to Kubernetes Secret.
32
+
***Hashi Corp Vault**: The secret data for your application is fetched from Hashi Corp Vault and the secrets stored in Hashi Corp Vault are converted to Kubernetes Secret.
33
33
34
34
*Note: The conversion of secrets from various data types to Kubernetes Secrets is done within Devtron and irrespective of the data type, after conversion, the Pods access `secrets` normally.*
0 commit comments