Skip to content

Commit

Permalink
Fix chart description
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Feb 28, 2018
1 parent d1548b5 commit fe8bc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/stable/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following tables lists the configurable parameters of the KubeDB chart and t
| `dockerRegistry` | Docker registry used to pull KubeDB related images | `kubedb` |
| `imageTags.operator` | Tag of KubeDB operator image | `0.8.0-beta.2` |
| `imageTags.exporter` | Tag of KubeDB operator image | `0.8.0-beta.2` |
| `imageTags.apiserver` | Tag of HAProxy container image | `0.1.0-beta.2` |
| `imageTags.apiserver` | Tag of KubeDB server image | `0.1.0-beta.2` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `criticalAddon` | If true, installs KubeDB operator as critical addon | `false` |
Expand Down
2 changes: 1 addition & 1 deletion chart/stable/kubedb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## KubeDB chart configuration
##
# Docker registry containing KubeDB & HAProxy images
# Docker registry containing KubeDB images
dockerRegistry: kubedb
## Tags for Docker images
imageTags:
Expand Down

0 comments on commit fe8bc55

Please sign in to comment.