You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`imagePullSecrets`| Image pull secrets to be used for the Cryostat deployment |`[]`|
207
-
|`nameOverride`| Overrides the name of this Chart |`""`|
208
-
|`fullnameOverride`| Overrides the fully qualified application name of `[release name]-[chart name]`|`""`|
209
-
|`rbac.create`| Specifies whether RBAC resources should be created |`true`|
210
-
|`serviceAccount.create`| Specifies whether a service account should be created |`true`|
211
-
|`serviceAccount.annotations`| Annotations to add to the service account |`{}`|
212
-
|`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 |`""`|
213
-
|`podAnnotations`| Annotations to be applied to the Cryostat Pod |`{}`|
214
-
|`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)|`{}`|
215
-
|`nodeSelector`| Node Selector for the Cryostat Pod. See: [NodeSelector](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`{}`|
216
-
|`tolerations`| Tolerations for the Cryostat Pod. See: [Tolerations](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`[]`|
217
-
|`affinity`| Affinity for the Cryostat Pod. See: [Affinity](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`{}`|
218
-
|`pvc.enabled`| Specify whether to use persistentVolumeClaim or EmptyDir storage |`false`|
219
-
|`pvc.annotations`| Annotations to add to the persistentVolumeClaim |`{}`|
220
-
|`pvc.storage`| Storage size to request for the persistentVolumeClaim |`500Mi`|
221
-
|`pvc.accessModes`| Access mode for the persistentVolumeClaim. See: [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`["ReadWriteOnce"]`|
222
-
|`pvc.selector`| Selector for the persistentVolumeClaim. See: [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`{}`|
223
-
|`pvc.storageClassName`| The name of the StorageClass for the persistentVolumeClaim. See: [Class](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`undefined`|
|`imagePullSecrets`| Image pull secrets to be used for the Cryostat deployment |`[]`|
207
+
|`nameOverride`| Overrides the name of this Chart |`""`|
208
+
|`fullnameOverride`| Overrides the fully qualified application name of `[release name]-[chart name]`|`""`|
209
+
|`rbac.create`| Specifies whether RBAC resources should be created |`true`|
210
+
|`serviceAccount.create`| Specifies whether a service account should be created |`true`|
211
+
|`serviceAccount.annotations`| Annotations to add to the service account |`{}`|
212
+
|`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 |`""`|
213
+
|`podAnnotations`| Annotations to be applied to the Cryostat Pod |`{}`|
214
+
|`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)|`{}`|
215
+
|`networkPolicy.ingress.enabled`| whether a NetworkPolicy for restricting Cryostat component Pods' traffic is installed. This prevents other Pods from sending unwanted traffic to Cryostat's Pods. Traffic should flow via the Service (or Route, or other Ingress) only, not by directly targeting Pods. |`true`|
216
+
|`nodeSelector`| Node Selector for the Cryostat Pod. See: [NodeSelector](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`{}`|
217
+
|`tolerations`| Tolerations for the Cryostat Pod. See: [Tolerations](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`[]`|
218
+
|`affinity`| Affinity for the Cryostat Pod. See: [Affinity](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling)|`{}`|
219
+
|`pvc.enabled`| Specify whether to use persistentVolumeClaim or EmptyDir storage |`false`|
220
+
|`pvc.annotations`| Annotations to add to the persistentVolumeClaim |`{}`|
221
+
|`pvc.storage`| Storage size to request for the persistentVolumeClaim |`500Mi`|
222
+
|`pvc.accessModes`| Access mode for the persistentVolumeClaim. See: [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`["ReadWriteOnce"]`|
223
+
|`pvc.selector`| Selector for the persistentVolumeClaim. See: [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`{}`|
224
+
|`pvc.storageClassName`| The name of the StorageClass for the persistentVolumeClaim. See: [Class](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`undefined`|
0 commit comments