Skip to content

Commit 161de5d

Browse files
authored
Remove link to external helm repository (#396)
1 parent f6da2bb commit 161de5d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

kubernetes/helm-chart/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ helm lint .
99
# Package chart
1010
helm package .
1111

12-
# Add repo
13-
helm repo add misp https://gitlab.com/api/v4/projects/64679397/packages/helm/stable
14-
1512
# Install
16-
helm install misp/misp
13+
helm install misp ./misp-1.0.0.tgz
1714
```
1815

1916
## Custom Scripts

0 commit comments

Comments
 (0)