Skip to content

Commit

Permalink
Comparison table was not created correctly. Cleaned up table. (#203)
Browse files Browse the repository at this point in the history
* Comparison table was not created correctly.   Cleaned up table.

* updates based on pr review around spacing and padding
  • Loading branch information
kensipe committed Apr 26, 2019
1 parent 1af0ffb commit 7c81090
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions docs/Comparison.md
Expand Up @@ -65,13 +65,12 @@ It should be easy to convert a Helm chart into a FrameworkVersion since we can j

## Comparison Table


| Project | Definition Language |Uses CRDs | Dependencies | Multi Step | Parameters | Custom Lifecycles | Install Component| App Repo|
|---------|----|-------|-----------|--|-------------------|--------------|--| --|
|Raw Yaml |YAML| No | No | No | No | No| No | No|
|Helm 3 | Lua | No | Yes | No | Yes | Yes | CLI | Yes |
|Helm 2| Also lua? |No | ?? | No | Yes | No | CLI + Tiller | Yes|
| ksonnet| jsonnet/libsonnet | No | ?? | No | Yes | ?? | CLI| No |
| OpenShift Templates| yaml| No | No | No | Yes | No | Just Openshift....| No |
| Kustomize | yaml | No | No | Yes | No | No| CLI| No|
|KUDO| Yaml + Kustomize | Yes | Yes | Yes |Yes | Yes | Yes | Yes|
| Project | Definition Language | Uses CRDs | Dependencies | Multi Step | Parameters | Custom Lifecycles | Install Component | App Repo |
|--------:|:-------------------:|---------:|--------------:|-----------:|:-----------:|-------------------:|:----------------:|--------:|
| **Raw Yaml** | YAML | No | No | No | No | No | No | No |
| **Helm 3** | Lua | No | Yes | No | Yes | Yes | CLI | Yes |
| **Helm 2** | Also Lua? | No | ?? | No | Yes | No | CLI + Tiller | Yes |
| **ksonnet** | jsonnet/libsonnet | No | ?? | No | Yes | ?? | CLI | No |
| **OpenShift Templates** | yaml | No | No | No | Yes | No | Openshift | No |
| **Kustomize** | YAML | No | No | Yes | No | No| CLI | No |
| **KUDO** | YAML + Kustomize | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
4 changes: 2 additions & 2 deletions site/themes/book/assets/_variables.scss
@@ -1,6 +1,6 @@
$padding-1: 1px;
$padding-4: 0.25rem;
$padding-8: 0.5rem;
$padding-8: 2.0rem;
$padding-16: 1rem;

$font-size-base: 16px;
Expand Down Expand Up @@ -40,4 +40,4 @@ $container-min-width: $body-min-width;
$container-max-width: 80rem;

$sm-breakpoint: $menu-width + $body-min-width;
$md-breakpoint: $sm-breakpoint + $toc-width;
$md-breakpoint: $sm-breakpoint + $toc-width;

0 comments on commit 7c81090

Please sign in to comment.