Skip to content

Commit

Permalink
Merge pull request #5522 from dextrot/remove
Browse files Browse the repository at this point in the history
remove meshery-operator install line form helm install commands
  • Loading branch information
vishalvivekm authored May 3, 2024
2 parents 9edd9d6 + 6b49225 commit 953c3e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/Meshery/Meshery-platforms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const supported_platforms = [
<h3 style={{ marginTop: "20px" }}>Using kubectl</h3>
<Code codeString={dedent`kubectl create ns meshery
helm repo add meshery https://meshery.io/charts
helm install meshery-operator meshery/meshery-operator -n meshery
helm install meshery meshery/meshery -n meshery`}
/>
</>
Expand Down

0 comments on commit 953c3e6

Please sign in to comment.