Skip to content

Commit

Permalink
Update on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 14, 2020
1 parent eb58ed7 commit 2d5f296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ $ helm upgrade prc-prod ./api/helm --kubeconfig="api/helm/kubeconfig.yaml" --nam

Or del if you want to delete an existing one
```CLI
$ helm del prc-dev --purge --kubeconfig="api/helm/kubeconfig.yaml" --namespace=dev
$ helm del prc-stag --purge --kubeconfig="api/helm/kubeconfig.yaml" --namespace=stag
$ helm del prc-prod --purge --kubeconfig="api/helm/kubeconfig.yaml" --namespace=prod
$ helm del ptc-dev --purge --kubeconfig="api/helm/kubeconfig.yaml"
$ helm del ptc-stag --purge --kubeconfig="api/helm/kubeconfig.yaml"
$ helm del ptc-prod --purge --kubeconfig="api/helm/kubeconfig.yaml"
```

## Making your app known on NLX
Expand Down

0 comments on commit 2d5f296

Please sign in to comment.