File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Labels are an important kompose concept as they allow you to add Kubernetes modi
140
140
| ` String ` | ` 1Gi ` |
141
141
| [ ` kompose.volume.storage-class-name ` ] ( #komposevolumestorage-class-name ) | StorageClassName for provisioning volumes |
142
142
| ` String ` | ` standard ` |
143
- | [ ` kompose.volume.sub-path ` ] ( #komposevolumesub-path ) | Subpath inside the mounted volume |
143
+ | [ ` kompose.volume.subpath ` ] ( #komposevolumesubpath ) | Subpath inside the mounted volume |
144
144
| ` String ` | ` /data ` |
145
145
| [ ` kompose.volume.type ` ] ( #komposevolumetype ) | Type of Kubernetes volume |
146
146
| ` String ` | ` configMap ` , ` persistentVolumeClaim ` , ` emptyDir ` , ` hostPath ` |
@@ -541,14 +541,14 @@ services:
541
541
- db-data:/var/lib/postgresql/data
542
542
` ` `
543
543
544
- ### kompose.volume.sub-path
544
+ ### kompose.volume.subpath
545
545
546
546
` ` ` yaml
547
547
services :
548
548
pgadmin :
549
549
image : postgres
550
550
labels :
551
- kompose.volume.sub-path : pg-data
551
+ kompose.volume.subpath : pg-data
552
552
` ` `
553
553
554
554
### kompose.volume.type
@@ -642,4 +642,4 @@ If you want to customize the build and push processes and use another containers
642
642
Kompose offers you the possibility to do that. You can use `--build-command` and `--push-command` flags
643
643
to achieve that.
644
644
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'`
You can’t perform that action at this time.
0 commit comments