diff --git a/charts/cryostat/README.md b/charts/cryostat/README.md index e41b0a7..1e7f3ce 100644 --- a/charts/cryostat/README.md +++ b/charts/cryostat/README.md @@ -214,7 +214,7 @@ helm install cryostat ./charts/cryostat | `serviceAccount.create` | Specifies whether a service account should be created | `true` | | `serviceAccount.annotations` | Annotations to add to the service account | `{}` | | `serviceAccount.name` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | `""` | -| `podAnnotations` | Annotations to be applied to the various Pods | `{}` | +| `podAnnotations` | Common annotations to be applied to all managed Pods | `{}` | | `podSecurityContext` | Security Context for the Cryostat Pod. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [PodSecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context) | `{}` | | `nodeSelector` | Node Selector for the Cryostat Pod. See: [NodeSelector](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) | `{}` | | `tolerations` | Tolerations for the Cryostat Pod. See: [Tolerations](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling) | `[]` | diff --git a/charts/cryostat/values.yaml b/charts/cryostat/values.yaml index 5355f79..e6eb6d4 100644 --- a/charts/cryostat/values.yaml +++ b/charts/cryostat/values.yaml @@ -359,7 +359,7 @@ serviceAccount: ## @param serviceAccount.name The name of the service account to use. If not set and create is true, a name is generated using the fullname template name: "" -## @param podAnnotations [object] Annotations to be applied to the various Pods +## @param podAnnotations [object] Common annotations to be applied to all managed Pods podAnnotations: {} ## @param podSecurityContext [object] Security Context for the Cryostat Pod. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [PodSecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context)