Skip to content

Commit 3bff27f

Browse files
authored
Merge pull request #1998 from kundan2707/kompose_volumen_subpath
update typo in kompose.volume.subpath
2 parents 6b70450 + cc56b19 commit 3bff27f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user-guide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Labels are an important kompose concept as they allow you to add Kubernetes modi
140140
| `String` | `1Gi` |
141141
| [`kompose.volume.storage-class-name`](#komposevolumestorage-class-name) | StorageClassName for provisioning volumes |
142142
| `String` | `standard` |
143-
| [`kompose.volume.sub-path`](#komposevolumesub-path) | Subpath inside the mounted volume |
143+
| [`kompose.volume.subpath`](#komposevolumesubpath) | Subpath inside the mounted volume |
144144
| `String` | `/data` |
145145
| [`kompose.volume.type`](#komposevolumetype) | Type of Kubernetes volume |
146146
| `String` | `configMap`, `persistentVolumeClaim`, `emptyDir`, `hostPath` |
@@ -541,14 +541,14 @@ services:
541541
- db-data:/var/lib/postgresql/data
542542
```
543543
544-
### kompose.volume.sub-path
544+
### kompose.volume.subpath
545545
546546
```yaml
547547
services:
548548
pgadmin:
549549
image: postgres
550550
labels:
551-
kompose.volume.sub-path: pg-data
551+
kompose.volume.subpath: pg-data
552552
```
553553
554554
### kompose.volume.type
@@ -642,4 +642,4 @@ If you want to customize the build and push processes and use another containers
642642
Kompose offers you the possibility to do that. You can use `--build-command` and `--push-command` flags
643643
to achieve that.
644644

645-
e.g: `kompose -f convert --build-command 'whatever command --you-use' --push-command 'whatever command --you-use'`
645+
e.g: `kompose -f convert --build-command 'whatever command --you-use' --push-command 'whatever command --you-use'`

0 commit comments

Comments
 (0)