Skip to content

Commit

Permalink
Minor improvements of text and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
olereidar committed May 14, 2019
1 parent c5ea049 commit 63b12ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Entur - CircleCI Helm Orb
This orb tries to simply huge CircleCI configuration files by adding common Helm functionality.

https://circleci.com/orbs/registry/orb/entur/helm

## Requirements
An executor that has `curl` and `gcloud` pre-installed.

Expand Down
2 changes: 1 addition & 1 deletion src/commands/install-helm-chart.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: |
Installs a helm chart in Kubernetes.
Installs a Helm chart in Kubernetes.
parameters:
chart:
Expand Down
2 changes: 1 addition & 1 deletion src/commands/install-helm-client.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: |
Install the helm client.
Install the Helm client.
Helm version: helm-v2.13.1-linux-amd64
Download from: (https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz)
Expand Down

0 comments on commit 63b12ee

Please sign in to comment.