Skip to content

Commit cf37d5c

Browse files
committed
chore: set version on readme
Signed-off-by: Douglas Gadêlha <[email protected]>
1 parent 8281570 commit cf37d5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The controller runs a CronJob every 5 minutes that lists all PersistentVolumeCla
1414
helm install disk-resizer-controller oci://ghcr.io/cubos/charts/disk-resizer-controller \
1515
--namespace kube-system \
1616
--set secrets.env.CLUSTER_NAME=your-cluster-name \
17-
--set secrets.env.SLACK_WEBHOOK_URL="https://hooks.slack.com/services/your/slack/webhook/url"
17+
--set secrets.env.SLACK_WEBHOOK_URL="https://hooks.slack.com/services/your/slack/webhook/url" \
18+
--version <version>
1819
```
1920

2021
## Environment variables

0 commit comments

Comments
 (0)