This commit is contained in:
Robin-Manuel Thiel 2019-03-14 12:04:05 +01:00 коммит произвёл GitHub
Родитель 62afb66d40
Коммит d2311ede43
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -189,7 +189,7 @@ kubectl delete secret appsettings
Then you can create the secrets again. By design, [Kubernetes won't push Secret updates to running Pods](https://kubernetes.io/docs/concepts/configuration/secret/#secret-and-pod-lifetime-interaction). So make sure to re-deploy your application using the `kubectl apply` command again.
```bash
kubectl apply -f kubernetes.yml
kubectl replace -f kubernetes.yml --force
```
As we will deploy more Azure services throughout the workshop, that we need to connect with each other, you will come back to this section quite often.