pixie-io / docs.px.dev

Pixie Documentation
https://docs.px.dev
Apache License 2.0
15 stars 23 forks source link

install pixie through helm with self-hosting Pixie Cloud #248

Closed andriipetruk closed 1 year ago

andriipetruk commented 1 year ago

Hi,

page - https://docs.px.dev/installing-pixie/install-schemes/helm/

-helm install pixie pixie-operator/pixie-operator-chart --set deployKey= --set clusterName= --namespace pl --create-namespace --set devCloudNamespace plc +helm install pixie pixie-operator/pixie-operator-chart --set deployKey= --set clusterName= --namespace pl --create-namespace --set devCloudNamespace=plc

missed "=" after param key "devCloudNamespace"

htroisi commented 1 year ago

@andriipetruk thanks for taking the time to report this!