Update README

This commit is contained in:
Stefan Reimer 2020-05-19 16:54:07 +01:00
parent 12f73c0211
commit 92cacb700b
3 changed files with 36 additions and 3 deletions

View File

@ -2,7 +2,7 @@ kubezero-app
============
KubeZero ArgoCD Application - Root chart of the KubeZero
Current chart version is `0.2.1`
Current chart version is `0.2.2`
Source code can be found [here](https://kubezero.com)
@ -16,6 +16,7 @@ Source code can be found [here](https://kubezero.com)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| aws-ebs-csi-driver.enabled | bool | `false` | |
| calico.enabled | bool | `false` | |
| cert-manager.enabled | bool | `false` | |
| global.defaultDestination.server | string | `"https://kubernetes.default.svc"` | |

View File

@ -1,5 +1,5 @@
kubezero-aws-ebs
================
kubezero-aws-ebs-csi-driver
===========================
KubeZero Umbrella Chart for aws-ebs-csi-driver
Current chart version is `0.1.0`
@ -12,6 +12,17 @@ Source code can be found [here](https://kubezero.com)
|------------|------|---------|
| https://zero-down-time.github.io/kubezero/ | kubezero-lib | >= 0.1.1 |
## IAM Role
If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:
```
podAnnotations:
iam.amazonaws.com/role: <ROLE>
```
## Storage Classes
Provides the *ebs-sc-gp2-xfs* storage class for gp2, enrypted and XFS.
This class is also set as default.
## Chart Values
| Key | Type | Default | Description |

View File

@ -0,0 +1,21 @@
{{ template "chart.header" . }}
{{ template "chart.description" . }}
{{ template "chart.versionLine" . }}
{{ template "chart.sourceLinkLine" . }}
{{ template "chart.requirementsSection" . }}
## IAM Role
If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:
```
podAnnotations:
iam.amazonaws.com/role: <ROLE>
```
## Storage Classes
Provides the *ebs-sc-gp2-xfs* storage class for gp2, enrypted and XFS.
This class is also set as default.
{{ template "chart.valuesSection" . }}