Fix syntax so <WSID> and <KEY> are visible (#52)

This commit is contained in:
Yuvi Panda 2017-07-24 17:42:34 -07:00 коммит произвёл Keiko Harada
Родитель 56482947b5
Коммит 5125873c2e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ In this folder, we have 3 yaml files.
You can select to create omsagent daemonsets with or without secrets. Here are the instructions:
### Without Secret
1. For the Default OMS Agent Daemon-set yaml file, please make sure to replace the <WSID> and <KEY> to your WSID and KEY.
1. For the Default OMS Agent Daemon-set yaml file, please make sure to replace the `<WSID>` and `<KEY>` to your WSID and KEY.
Copy file to your master node and run
```kubectl create -f omsagent.yaml ```