File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ Parameter | Description | Default
140
140
` istio.kubeconfig.key ` | The name of Kubernetes secret data key that contains the Istio control plane kubeconfig | ` kubeconfig `
141
141
` ingressAnnotationsPrefix ` | Annotations prefix for NGINX ingresses | None
142
142
` ingressClass ` | Ingress class used for annotating HTTPProxy objects, e.g. ` contour ` | None
143
+ ` podPriorityClassName ` | PriorityClass name for pod priority configuration | ""
143
144
144
145
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade ` . For example,
145
146
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Parameter | Description | Default
67
67
` istio.gateway.enabled ` | Create Istio gateway in namespace | ` false `
68
68
` istio.tls.enabled ` | Enable TLS in gateway ( TLS secrets should be in namespace ) | ` false `
69
69
` istio.tls.httpsRedirect ` | Redirect traffic to TLS port | ` false `
70
+ ` podPriorityClassName ` | PriorityClass name for pod priority configuration | ""
70
71
71
72
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade ` . For example,
72
73
You can’t perform that action at this time.
0 commit comments