Skip to content

Commit baeda56

Browse files
committed
typo correction
1 parent c76c244 commit baeda56

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

env_gen.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33
## CD Related Environment Variables
4-
| Key | Value | Type | Description | Example | Deprecated |
5-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
4+
| Key | Type | Value | Description | Example | Deprecated |
5+
|-------|----------|--------------|-------------------|-----------------------|------------------|
66
| ARGO_APP_MANUAL_SYNC_TIME | int |3 | | | false |
77
| CD_HELM_PIPELINE_STATUS_CRON_TIME | string |*/2 * * * * | | | false |
88
| CD_PIPELINE_STATUS_CRON_TIME | string |*/2 * * * * | | | false |
@@ -19,8 +19,8 @@
1919

2020

2121
## CI_RUNNER Related Environment Variables
22-
| Key | Value | Type | Description | Example | Deprecated |
23-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
22+
| Key | Type | Value | Description | Example | Deprecated |
23+
|-------|----------|--------------|-------------------|-----------------------|------------------|
2424
| AZURE_ACCOUNT_KEY | string | | | | false |
2525
| AZURE_ACCOUNT_NAME | string | | | | false |
2626
| AZURE_BLOB_CONTAINER_CI_CACHE | string | | | | false |
@@ -115,8 +115,8 @@
115115

116116

117117
## DEVTRON Related Environment Variables
118-
| Key | Value | Type | Description | Example | Deprecated |
119-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
118+
| Key | Type | Value | Description | Example | Deprecated |
119+
|-------|----------|--------------|-------------------|-----------------------|------------------|
120120
| APP_SYNC_IMAGE | string |quay.io/devtron/chart-sync:1227622d-132-3775 | | | false |
121121
| APP_SYNC_JOB_RESOURCES_OBJ | string | | | | false |
122122
| APP_SYNC_SERVICE_ACCOUNT | string |chart-sync | | | false |
@@ -254,8 +254,8 @@
254254

255255

256256
## GITOPS Related Environment Variables
257-
| Key | Value | Type | Description | Example | Deprecated |
258-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
257+
| Key | Type | Value | Description | Example | Deprecated |
258+
|-------|----------|--------------|-------------------|-----------------------|------------------|
259259
| ACD_CM | string |argocd-cm | | | false |
260260
| ACD_NAMESPACE | string |devtroncd | | | false |
261261
| ACD_PASSWORD | string | | | | false |
@@ -266,8 +266,8 @@
266266

267267

268268
## INFRA_SETUP Related Environment Variables
269-
| Key | Value | Type | Description | Example | Deprecated |
270-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
269+
| Key | Type | Value | Description | Example | Deprecated |
270+
|-------|----------|--------------|-------------------|-----------------------|------------------|
271271
| DASHBOARD_HOST | string |localhost | | | false |
272272
| DASHBOARD_NAMESPACE | string |devtroncd | | | false |
273273
| DASHBOARD_PORT | string |3000 | | | false |
@@ -280,8 +280,8 @@
280280

281281

282282
## POSTGRES Related Environment Variables
283-
| Key | Value | Type | Description | Example | Deprecated |
284-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
283+
| Key | Type | Value | Description | Example | Deprecated |
284+
|-------|----------|--------------|-------------------|-----------------------|------------------|
285285
| APP | string |orchestrator | Application name | | false |
286286
| CASBIN_DATABASE | string |casbin | | | false |
287287
| PG_ADDR | string |127.0.0.1 | address of postgres service | postgresql-postgresql.devtroncd | false |
@@ -294,8 +294,8 @@
294294

295295

296296
## RBAC Related Environment Variables
297-
| Key | Value | Type | Description | Example | Deprecated |
298-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
297+
| Key | Type | Value | Description | Example | Deprecated |
298+
|-------|----------|--------------|-------------------|-----------------------|------------------|
299299
| ENFORCER_CACHE | bool |false | | | false |
300300
| ENFORCER_CACHE_EXPIRATION_IN_SEC | int |86400 | | | false |
301301
| ENFORCER_MAX_BATCH_SIZE | int |1 | | | false |

fetchAllEnv/fetchAllEnv.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const (
6060
const MarkdownTemplate = `
6161
{{range . }}
6262
## {{ .Category }} Related Environment Variables
63-
| Key | Value | Type | Description | Example | Deprecated |
64-
|-------|--------------|-------------|-------------------|-----------------------|------------------|
63+
| Key | Type | Value | Description | Example | Deprecated |
64+
|-------|----------|--------------|-------------------|-----------------------|------------------|
6565
{{range .Fields }} | {{ .Env }} | {{ .EnvType }} |{{ .EnvValue }} | {{ .EnvDescription }} | {{ .Example }} | {{ .Deprecated }} |
6666
{{end}}
6767
{{end}}`

0 commit comments

Comments
 (0)