We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5e119 commit a22dff6Copy full SHA for a22dff6
README.md
@@ -73,6 +73,10 @@ to use a ConfigMap. This has a few nice aspects to it:
73
Knative doesn't allow generic Volumes to be mounted into Knative Services -
74
sadly
75
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
+
80
```bash
81
$ kubectl create cm source --from-file=src
82
configmap/source created
0 commit comments