Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/ark] fix some typos in README.md (#6191)
Browse files Browse the repository at this point in the history
* Add Version 1.0.1

Add Version 1.0.1

* [stable/ark] some typo fixes

Fix some typos in readme.
  • Loading branch information
AdamDang authored and k8s-ci-robot committed Jun 24, 2018
1 parent 2bfbbec commit 89b3e31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/ark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.8.2
description: A Helm chart for ark
name: ark
version: 1.0.0
version: 1.0.1
home: https://heptio.com/products/#heptio-ark
sources:
- https://github.com/heptio/ark
Expand Down
8 changes: 4 additions & 4 deletions stable/ark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ark-server

This helm chart install ark version v0.8.1
This helm chart installs Ark version v0.8.1
https://github.com/heptio/ark/tree/v0.8.1

## Premise
Expand All @@ -11,7 +11,7 @@ As a workaround, the chart creates a Config resource via post-install hook.
Since resources created by hooks are not managed by Helm, a pre-delete hook removes the Config CRD when the release is deleted.

At the same time the resources created with the hook are completely transparent to Helm, that is, when you delete the
chart those resources remain there. Hence we need a sencond hook for deleting them (see hook-delete.yaml)
chart those resources remain there. Hence we need a second hook for deleting them (see hook-delete.yaml)

## ConfigMap customization
Since we want to have a customizable chart it's important that the configmap is a template and not a static file.
Expand All @@ -22,7 +22,7 @@ To do this we add the keyword `tpl` when reading the file
## Prerequisites

### Secret for cloud provider credentials
Ark server needs a IAM service account in order to run, if you don't have it you must create it.
Ark server needs an IAM service account in order to run, if you don't have it you must create it.
Please follow the official documentation: https://heptio.github.io/ark/v0.8.1/cloud-common

Don't forget the step to create the secret
Expand Down Expand Up @@ -88,4 +88,4 @@ helm install --name ark --namespace heptio-ark ./ark
```

## Remove heptio/ark
Remember that when you remove ark all backups remain untouched
Remember that when you remove Ark all backups remain untouched

0 comments on commit 89b3e31

Please sign in to comment.