Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit a192fe7

Browse files
hattanrguthriemsft
authored andcommitted
adding --reuse-values to delete example. (#298)
1 parent 09274de commit a192fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/CHART-MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ helm upgrade api-poi . --set productionSlot=green --reuse-values
3636
The following command will destroy the pods of the green environment, you can replace green with blue (green and blue are the only accepted values in the chart provided)
3737

3838
```
39-
helm upgrade api-poi . --set green.enabled=false
39+
helm upgrade api-poi . --set green.enabled=false --reuse-values
4040
```

0 commit comments

Comments
 (0)