Add a bit of extra words to make complete sentences

This commit is contained in:
Jon Brohauge 2019-10-16 19:35:56 +02:00
parent 8140d5c4e9
commit 83e99c4d2b
No known key found for this signature in database
GPG Key ID: 2402404D1764DBE8
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ description: >
Additional configuration for Azure Kubernetes Service
---
Azure AKS managed Kubernetes service adds to every pod the following envs:
Azure AKS managed Kubernetes service adds to every pod the following environment variables:
```yaml
- name: KUBERNETES_PORT_443_TCP_ADDR
@ -20,5 +20,5 @@ Azure AKS managed Kubernetes service adds to every pod the following envs:
value:
```
The operator is aware of it and omits these envs when checking if Jenkins pod envs have been changed. It prevents
restart Jenkins pod over and over again.
The operator is aware of it and omits these environment variables when checking if a Jenkins pod environment has been changed. It prevents
the restart of a Jenkins pod over and over again.