Skip to content

Commit

Permalink
chore: set version on readme
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Gadêlha <[email protected]>
  • Loading branch information
dgadelha committed Nov 29, 2023
1 parent 8281570 commit cf37d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The controller runs a CronJob every 5 minutes that lists all PersistentVolumeCla
helm install disk-resizer-controller oci://ghcr.io/cubos/charts/disk-resizer-controller \
--namespace kube-system \
--set secrets.env.CLUSTER_NAME=your-cluster-name \
--set secrets.env.SLACK_WEBHOOK_URL="https://hooks.slack.com/services/your/slack/webhook/url"
--set secrets.env.SLACK_WEBHOOK_URL="https://hooks.slack.com/services/your/slack/webhook/url" \
--version <version>
```

## Environment variables
Expand Down

0 comments on commit cf37d5c

Please sign in to comment.