Skip to content

Commit

Permalink
Merge pull request #80 from spadgett/fix-readme-helm-command
Browse files Browse the repository at this point in the history
OCPBUGS-51342: Fix helm command in README
  • Loading branch information
openshift-merge-bot[bot] authored Mar 4, 2025
2 parents 6856ed2 + a451e66 commit 659b035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Additional parameters can be specified if desired. Consult the chart [values](ch
Install the chart using the name of the plugin as the Helm release name into a new namespace or an existing namespace as specified by the `plugin_console-plugin-template` parameter and providing the location of the image within the `plugin.image` parameter by using the following command:

```shell
helm upgrade -i my-plugin charts/openshift-console-plugin -n plugin__console-plugin-template --create-namespace --set plugin.image=my-plugin-image-location
helm upgrade -i my-plugin charts/openshift-console-plugin -n my-namespace --create-namespace --set plugin.image=my-plugin-image-location
```

NOTE: When deploying on OpenShift 4.10, it is recommended to add the parameter `--set plugin.securityContext.enabled=false` which will omit configurations related to Pod Security.
Expand Down

0 comments on commit 659b035

Please sign in to comment.