Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblin committed Dec 21, 2020
1 parent f3b2965 commit 49cb4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube2iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ Parameter | Description | Default
`podSecurityPolicy.enabled` | If true, create a podSecurityPolicy object. For the pods to use the psp, rbac.create should also be set to true | `false`
`podSecurityPolicy.annotations` | The annotations to add to the podSecurityPolicy object | `{}`

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example:

```console
$ helm install stable/kube2iam --name my-release \
--set=extraArgs.base-role-arn=arn:aws:iam::0123456789:role/,extraArgs.default-role=kube2iam-default,host.iptables=true,host.interface=cbr0
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example:

```console
$ helm install stable/kube2iam --name my-release -f values.yaml
Expand Down

0 comments on commit 49cb4f0

Please sign in to comment.