Skip to content

Commit

Permalink
Fix install instructions in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shuguet committed Mar 26, 2022
1 parent 1ae45f7 commit 3e0e746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/pacman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.1.3
appVersion: "0.1.3"
version: 0.1.4
appVersion: "0.1.4"
name: pacman
description: Pac-Man Demo App for Kubernetes
home: https://github.com/shuguet/pacman
Expand Down
7 changes: 6 additions & 1 deletion charts/pacman/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Pac-Man for Kubernetes Helm chart.

## Add repository
```
helm repo add pacman https://shuguet.github.io/pacman/
```

## Install

```
$ helm install pacman --name=pacman --create-namespace
helm install pacman pacman/pacman --name=pacman --create-namespace
```

0 comments on commit 3e0e746

Please sign in to comment.