Skip to content

Commit

Permalink
Merge pull request #1355 from Shan1024/patch-1
Browse files Browse the repository at this point in the history
Fix a spacing issue in the Helm chart README file
  • Loading branch information
k8s-ci-robot committed Jan 24, 2021
2 parents ef39310 + f83b98d commit 1e8bca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.9.7
version: 2.9.8
appVersion: 1.9.7
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation
```console
# Helm 3
$ helm install [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]
# Helm 2

# Helm 2
$ helm install --name [RELEASE_NAME] kube-state-metrics/kube-state-metrics [flags]
```

Expand Down

0 comments on commit 1e8bca4

Please sign in to comment.