Skip to content

Commit

Permalink
Merge pull request NetAppDocs#40 from NetAppDocs/gh-pr-38
Browse files Browse the repository at this point in the history
Added --create-namespace parm to helm install
  • Loading branch information
juliantap authored Dec 10, 2021
2 parents bffd93d + 1b2049a commit 613c0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trident-get-started/kubernetes-deploy-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ See the following example:
----
helm install <name> trident-operator-21.07.1.tgz --namespace <namespace you want to use for Trident>
----
+
NOTE: If you did not already create a namespace for Trident, you can add the `--create-namespace` parameter to the `helm install` command. Helm will then automatically create the namespace for you.

There are two ways to pass configuration data during the install:

Expand Down

0 comments on commit 613c0cf

Please sign in to comment.