Skip to content

Commit dc17667

Browse files
Resolve the comments
1 parent d6590f7 commit dc17667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ spec:
349349
key: appSettings.json
350350
```
351351

352-
the generated ConfigMap is populated with the following data:
352+
the generated ConfigMap will be populated with the following data:
353353

354354
``` yaml
355355
data:
@@ -375,7 +375,7 @@ spec:
375375
key: appSettings.yaml
376376
```
377377

378-
the generated ConfigMap is populated with the following data:
378+
the generated ConfigMap will be populated with the following data:
379379

380380
``` yaml
381381
data:
@@ -403,7 +403,7 @@ spec:
403403
key: app.properties
404404
```
405405

406-
the generated ConfigMap is populated with the following data:
406+
the generated ConfigMap will be populated with the following data:
407407

408408
``` yaml
409409
data:

0 commit comments

Comments
 (0)