Skip to content

Commit

Permalink
fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gdecicco committed Apr 21, 2024
1 parent 9d0599c commit b923009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[helm-secrets](https://github.com/jkroepke/helm-secrets/wiki) plugin for the [asdf version manager](https://asdf-vm.com).

this plugin will install helm-secrets plugin for helm: https://github.com/jkroepke/helm-secrets

</div>

# Contents
Expand All @@ -15,10 +17,8 @@

# Dependencies

**TODO: adapt this section**

- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.
- `helm`: helm must be installed in you system either via asdf/mise or globally.

# Install

Expand Down
1 change: 0 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

# TODO: adapt this
asdf plugin test helm-secrets https://github.com/moveaxlab/asdf-helm-secrets.git "helm secrets --version"
```

Expand Down
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -euo pipefail

# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for helm-secrets.
GH_REPO="https://github.com/jkroepke/helm-secrets"
TOOL_NAME="helm-secrets"
TOOL_TEST="helm secrets --version"
Expand Down

0 comments on commit b923009

Please sign in to comment.