-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting started doc updated #87
base: master
Are you sure you want to change the base?
Conversation
/assign @zzxwill |
```shell | ||
$ helm install -n tf-controller terraform-controller terraform-controller-0.1.8.tgz | ||
$ helm install terraform-controller terraform-controller-0.1.8.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will helm install --create-namespace -n tf-controller
help?
@@ -234,13 +235,21 @@ If you'd like to use AWS session token for temporary credentials, please export | |||
$ export AWS_SESSION_TOKEN=zzz | |||
``` | |||
|
|||
Create a namespace named `vela-system` if doesn't exist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should create the namespace at the very beginning?
@Madhur97 Can you continue with this PR? |
Added documentation for missing namespaces and fixed indentation.