Skip to content

Commit c0f08c3

Browse files
committed
update example to avoid confision with private repos
1 parent f6f3537 commit c0f08c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

incubator/helm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Codefresh Helm Plugin
22

3-
Use Codefresh [Helm](https://helm.sh) plugin to deploy a Helm chart into specified Kubernetes cluster.
3+
You can always use the `helm` command line in a freestyle step, like any other command line tool, but for Helm, You might want to check out out helm deployment step.
44

55
## Usage
66

@@ -44,9 +44,9 @@ CUSTOMFILE_prod='values-prod.yaml'
4444
If a variable contains a `_`, replace the `_` character with `__`.
4545

4646
```text
47-
custom_env_open_STORAGE__AMAZON__BUCKET=my-s3-bucket
47+
custom_env_open_SOME__VAR__REF=myvalue
4848
# translates to ...
49-
--set env.open.STORAGE_AMAZON_BUCKET=my-s3-bucket
49+
--set env.open.SOME_VAR_REF=myvalue
5050
```
5151

5252
## Kubernetes Configuration

0 commit comments

Comments
 (0)