mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
e4633ea06f
commit
538dca97e0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user