Skip to content

Commit

Permalink
Add documentation for controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kramerul committed Dec 31, 2019
1 parent 90df8fc commit f4fb6f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ shalm apply charts/shalm
shalm apply --proxy <chart>
```

or from inside another shalm chart

```python
def init(self):
self.mariadb = chart("mariadb",proxy=true)
````
## Comparison
Expand All @@ -164,6 +172,7 @@ shalm apply --proxy <chart>
| Repository | + | + | - | - |
| Mature technology | - | + | + | + |
| Manage user credentials | + | - | - | - |
| Controller based installation | + | - | + | - |
| Remove outdated objects | +<sup>(1)</sup> | + | + | - |
| Migrate existing objects | +<sup>(1)</sup> | - | - | - |
Expand Down

0 comments on commit f4fb6f8

Please sign in to comment.