Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fktkrt committed Sep 19, 2020
1 parent f38302d commit 7576c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ If your current **prometheus-operator** values are compatible with the ones prov

1. Patch your current PersistingVolume to Retain claim policy:

```console
```bash
kubectl patch pv pvc-138f88aa-d4c7-4e83-aaeb-c951c8f41cb6 -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}' -n monitoring
```

2. Uninstall your current **prometheus-operator** release, your PV will become Released.

3. Remove current `spec.claimRef` values to change the PV's status from Released to Available

```console
```bash
kubectl edit pv pvc-138f88aa-d4c7-4e83-aaeb-c951c8f41cb6 -n monitoring
```

Expand Down

0 comments on commit 7576c5b

Please sign in to comment.