Skip to content

Commit

Permalink
- Updated documentation about sp.yml to show usage of " for values th…
Browse files Browse the repository at this point in the history
…at have YAML schema characters.
  • Loading branch information
seriva committed Mar 23, 2020
1 parent aa04297 commit 97b75ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/home/howto/CLUSTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ To setup the cluster do the following steps from the provisioning machine:
Where the clustername is the name you specified under `specification.name` in your cluster yaml. Then in the terraform folder add the file named `sp.yml` and fill it with the service priciple information like so:

```yaml
appId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
displayName: app-name
name: http://app-name
password: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
tenant: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
appId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
displayName: "app-name"
name: "http://app-name"
password: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
tenant: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
```

Epicli will read this file and automaticly use it for authentication for resource creation and management.
Expand Down

0 comments on commit 97b75ec

Please sign in to comment.