Skip to content

Commit a22dff6

Browse files
author
Doug Davis
committed
more edits
Signed-off-by: Doug Davis <[email protected]>
1 parent cd5e119 commit a22dff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ to use a ConfigMap. This has a few nice aspects to it:
7373
Knative doesn't allow generic Volumes to be mounted into Knative Services -
7474
sadly
7575

76+
Of course there are issues too. It appears it doesn't support directories
77+
and it doesn't preserve file permissions. Ultimately, a Volume would be nice
78+
but for this demo's purposes a ConfigMap will do.
79+
7680
```bash
7781
$ kubectl create cm source --from-file=src
7882
configmap/source created

0 commit comments

Comments
 (0)