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
Copy file name to clipboardexpand all lines: charts/nfs-server-provisioner/Chart.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion: 3.0.0
3
3
description: nfs-server-provisioner is an out-of-tree dynamic provisioner for Kubernetes. You can use it to quickly & easily deploy shared storage that works almost anywhere.
Copy file name to clipboardexpand all lines: charts/nfs-server-provisioner/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,10 @@ their default values.
84
84
|`nodeSelector`| Map of node labels for pod assignment |`{}`|
85
85
|`tolerations`| List of node taints to tolerate |`[]`|
86
86
|`affinity`| Map of node/pod affinities |`{}`|
87
-
|`podSecurityContext`| Security context settings for nfs-server-provisioner pod (see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|`{}`|
87
+
|`podSecurityContext`| Security context settings for nfs-server-provisioner pod (see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|`{}`|
88
+
|`priorityClass.create`| Enable creation of a PriorityClass resource for this nfs-server-provisioner instance |`false`|
89
+
|`priorityClass.name`| Set a PriorityClass name to override the default name |`""`|
90
+
|`priorityClass.value`| PriorityClass value. The higher the value, the higher the scheduling priority |`5`|
0 commit comments