diff --git a/library/common/_docs/Values.yaml Explained.md b/library/common/_docs/Values.yaml Explained.md index 21d206f1..2ebbcf27 100644 --- a/library/common/_docs/Values.yaml Explained.md +++ b/library/common/_docs/Values.yaml Explained.md @@ -318,6 +318,8 @@ Specifies whether the main container in a pod runs with `TTY` enabled.
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#debugging) + - Type: `boolean` - Default: `false` - Helm Template: ❌ @@ -344,6 +346,8 @@ Specifies whether the main container in a pod runs with `stdin` enabled.
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#debugging) + - Type: `boolean` - Default: `false` - Helm Template: ❌ @@ -410,6 +414,8 @@ Specifies privileged status on securityContext for the main container
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) + - Type: `boolean` - Default: `false` - Helm Template: ❌ @@ -438,6 +444,8 @@ Specifies readOnlyRootFilesystem status on securityContext for the main containe
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) + - Type: `boolean` - Default: `true` - Helm Template: ❌ @@ -466,6 +474,8 @@ Specifies allowPrivilegeEscalation status on securityContext for the main contai
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) + - Type: `boolean` - Default: `false` - Helm Template: ❌ @@ -494,6 +504,8 @@ Specifies runAsNonRoot status on securityContext for the main container
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) + - Type: `boolean` - Default: `true` - Helm Template: ❌ @@ -522,6 +534,8 @@ Specifies capabilities to add or drop on securityContext for the main container
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) + - Type: `boolean` - Default: - add: `[]` @@ -557,6 +571,8 @@ Configure the lifecycle for the main container.
Show / Hide +[Kubernetes docs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) + - Type: `dict` - Default: `{}` - Helm Template: ✅ @@ -680,7 +696,7 @@ Examples: Values.yaml ```yaml termination: - gracePeriodSeconds: File + gracePeriodSeconds: 10 ``` Sets gracePeriodSeconds to: