Delete jobs using kubectl, not helm (#3176)

* Delete jobs using kubectl, not helm

The jobs should be deleted using `kubectl` not `helm`.

* Updated version
This commit is contained in:
Valentin Mihov
2017-12-28 07:30:35 -08:00
committed by k8s-ci-robot
parent e4633ea06f
commit 538dca97e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Sentry is a cross-platform crash reporting and aggregation platform.
name: sentry
version: 0.1.6
version: 0.1.7
appVersion: 8.17
keywords:
- debugging
+1 -1
View File
@@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
> **Warning**: Jobs are not deleted automatically. They need to be manually deleted
```consule
$ helm delete job/sentry-db-init job/sentry-user-create
$ kubectl delete job/sentry-db-init job/sentry-user-create
```
## Configuration