Skip to content

Commit 980582e

Browse files
authored
add missing instructions for Kyma (#222)
fixes: #220
1 parent d7ee72e commit 980582e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,17 @@ hana-deployer:
362362
- servicePlanName: hdi-shared
363363
```
364364

365+
Make the following changes to your _`chart/Chart.yaml`_.
366+
367+
```diff
368+
dependencies:
369+
...
370+
- - name: service-instance
371+
- alias: hana
372+
- version: ">0.0.0"
373+
...
374+
```
375+
365376
##### Multi Tenant
366377

367378
```
@@ -392,6 +403,17 @@ sidecar:
392403
- servicePlanName: container
393404
```
394405

406+
Make the following changes to your _`chart/Chart.yaml`_.
407+
408+
```diff
409+
dependencies:
410+
...
411+
- - name: service-instance
412+
- alias: service-manager
413+
- version: ">0.0.0"
414+
...
415+
```
416+
395417
### Build
396418

397419
```bash

0 commit comments

Comments
 (0)