|
|
@@ -43,8 +43,12 @@ priorityClassName:
|
|
|
|
|
|
clusterDomain: cluster.local
|
|
|
|
|
|
+## Custom annotations to be added to the pods
|
|
|
podAnnotations: {}
|
|
|
|
|
|
+## Custom labels to be added to the pods
|
|
|
+podLabels: {}
|
|
|
+
|
|
|
# Pod deployment policy
|
|
|
# value: OrderedReady | Parallel
|
|
|
# To redeploy a chart with existing PVC(s), the value must be set to Parallel to avoid deadlock
|