Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuji committed Jan 29, 2022
1 parent 81e5881 commit c72492a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ Currently it supports getting values from kubernetes [ConfigMaps](https://kubern

### Installation

Local install
#### Local

```
# Clone the project
# Build the project
go build
# Install the plugin
helm plugin install .
helm plugin install https://github.com/kuuji/helm-external-val
```

TODO
#### ArgoCD

ArgoCD provides 2 ways of installing helm plugins:

##### Via init container


##### Via a custom image

### Usage

Expand Down

0 comments on commit c72492a

Please sign in to comment.