Skip to content

Commit a63d4ce

Browse files
committed
Minor updates to the table
1 parent 921a791 commit a63d4ce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/configuring/proc-injecting-custom-files-and-environment-variables-into-backstage-containers.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ The files are mounted with the following paths and container targets:
7070
| ConfigMap (`cm1`)
7171
| File
7272
| `/my/path/file11.txt`, `/my/path/file12.txt`
73-
| `backstage-backend` only
73+
| `backstage-backend`
7474

7575
| ConfigMap (`cm2`)
7676
| File
7777
| `/my/path/file21.txt`
78-
| All containers
78+
| All
7979

8080
| ConfigMap (`cm3`)
8181
| Directory
@@ -85,30 +85,30 @@ The files are mounted with the following paths and container targets:
8585
| Secret (`secret1`)
8686
| File
8787
| `/my/path/file3.txt`
88-
| `install-dynamic-plugins` only
88+
| `install-dynamic-plugins`
8989

9090
| Secret (`secret2`)
9191
| Directory
9292
| `/my/secret2/path/`
93-
| `backstage-backend` only
93+
| `backstage-backend`
9494

9595
| PVC (`myclaim1`)
9696
| Directory
9797
| `/my/path/myclaim1`
98-
| `backstage-backend` only
98+
| `backstage-backend`
9999

100100
| ConfigMap (`cm1`)
101101
| Env Var
102-
| `ENV_VAR1 = 1`
103-
| All containers
102+
| `ENV_VAR1`
103+
| All
104104

105105
| Secret (`secret1`)
106-
| Env Vars
106+
| Env Var
107107
| `ENV_VAR3`, `ENV_VAR4`
108-
| `backstage-backend` only
108+
| `backstage-backend`
109109

110110
| CRD (`envs`)
111111
| Env Var
112112
| `MY_VAR = my-value`
113-
| `install-dynamic-plugins` only
113+
| `install-dynamic-plugins`
114114
|===

0 commit comments

Comments
 (0)