Skip to content

Commit

Permalink
Fix command names (#78)
Browse files Browse the repository at this point in the history
It seems that these are changed by #68.

Co-authored-by: Yuji Yaginuma <[email protected]>
  • Loading branch information
bjohnso5 and y-yagi authored Mar 13, 2024
1 parent 4e9c16d commit 7bc974f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A CircleCI Orb to simplify deployments to Kubernetes using Helm.

Here are the features that the Helm orb provides:

- Installing the helm client (`install-helm-client`)
- Installing helm charts (`install-helm-chart`) and deleting releases (`delete-helm-release`)
- Installing helm plugin (`helm-plugin-install`)
- Installing the helm client (`install_helm_client`)
- Installing helm charts (`install_helm_chart`) and deleting releases (`delete_helm_release`)
- Installing helm plugin (`install_helm_plugin`)

Table of Contents
=================
Expand Down

0 comments on commit 7bc974f

Please sign in to comment.