From 97b75ecb367667e96dce75ad38570d5465000067 Mon Sep 17 00:00:00 2001 From: Luuk van Venrooij Date: Mon, 23 Mar 2020 11:21:23 +0100 Subject: [PATCH] - Updated documentation about sp.yml to show usage of " for values that have YAML schema characters. --- docs/home/howto/CLUSTER.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/home/howto/CLUSTER.md b/docs/home/howto/CLUSTER.md index 31418f67ac..b5e1bdbf3a 100644 --- a/docs/home/howto/CLUSTER.md +++ b/docs/home/howto/CLUSTER.md @@ -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.