[stable/kubernetes-dashboard] Fix extraArgs documentation (#3675)

* [stable/kubernetes-dashboard] Fix `extraArgs`

* Update documentation
This commit is contained in:
Philippe Schommers
2018-02-10 12:53:51 -08:00
committed by k8s-ci-robot
parent 8fe77cbe75
commit 6eca6fbfbd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubernetes-dashboard
version: 0.5.2
version: 0.5.3
appVersion: 1.8.1
description: General-purpose web UI for Kubernetes clusters
keywords:
+1 -1
View File
@@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the kubernetes-dashboa
| `image.repository` | Repository for container image | `gcr.io/google_containers/kubernetes-dashboard-amd64` |
| `image.tag` | Image tag | `v1.8.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `extraArgs` | Additional container arguments | `{}` |
| `extraArgs` | Additional container arguments | `[]` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `service.externalPort` | Dashboard internal port | 80 |
| `service.internalPort` | Dashboard external port | 80 |
+2 -2
View File
@@ -17,8 +17,8 @@ labels: {}
## Additional container arguments
##
# extraArgs:
# enable-insecure-login: true
# auto-generate-certificates: true
# - --enable-insecure-login
# - --system-banner="Welcome to Kubernetes"
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/