Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik committed Dec 7, 2024
1 parent ffbdd2a commit a70d59f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,31 @@ A Helm plugin that uses Common Expression Language (CEL) to validate values. Ins

## Installation

### Using Helm Plugin Manager
```bash
helm plugin install https://github.com/idsulik/helm-cel
```

### Using Docker
```bash
# Pull the image
docker pull idsulik/helm-cel:latest # main branch
docker pull idsulik/helm-cel:2.1.2 # specific version

# Run validation
docker run --rm -v $(pwd):/charts idsulik/helm-cel validate /charts/mychart

# Generate validation rules
docker run --rm -v $(pwd):/charts idsulik/helm-cel generate /charts/mychart
```

### Building from Source
```bash
git clone https://github.com/idsulik/helm-cel
cd helm-cel
make install
```

## Usage

### Validation
Expand Down

0 comments on commit a70d59f

Please sign in to comment.