Skip to content

Commit f95762f

Browse files
author
chatton
committed
corrected installation instructions
1 parent 6cf07b2 commit f95762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Check the end of the page for instructions on how to remove the Operator.
7171
If you have installed the Helm client locally then you can run (note that `helm install` is a less preferred way as makes upgrades more complicated.
7272
`kubectl apply` is a much clearer way of installing/upgrading):
7373

74-
helm template public/helm_chart > operator.yaml
74+
helm template helm_chart > operator.yaml
7575
kubectl apply -f operator.yaml
7676

7777
You can customize installation by simple overriding of helm variables, for example use `--set operator.env="dev"` to run the Operator in development mode

0 commit comments

Comments
 (0)