You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Check the end of the page for instructions on how to remove the Operator.
71
71
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.
72
72
`kubectl apply` is a much clearer way of installing/upgrading):
73
73
74
-
helm template public/helm_chart > operator.yaml
74
+
helm template helm_chart > operator.yaml
75
75
kubectl apply -f operator.yaml
76
76
77
77
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