Add a bit of extra words to make complete sentences
This commit is contained in:
parent
8140d5c4e9
commit
83e99c4d2b
|
|
@ -7,7 +7,7 @@ description: >
|
||||||
Additional configuration for Azure Kubernetes Service
|
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
|
```yaml
|
||||||
- name: KUBERNETES_PORT_443_TCP_ADDR
|
- name: KUBERNETES_PORT_443_TCP_ADDR
|
||||||
|
|
@ -20,5 +20,5 @@ Azure AKS managed Kubernetes service adds to every pod the following envs:
|
||||||
value:
|
value:
|
||||||
```
|
```
|
||||||
|
|
||||||
The operator is aware of it and omits these envs when checking if Jenkins pod envs have been changed. It prevents
|
The operator is aware of it and omits these environment variables when checking if a Jenkins pod environment has been changed. It prevents
|
||||||
restart Jenkins pod over and over again.
|
the restart of a Jenkins pod over and over again.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue